Skip to main content
1
2
3
4
{
  "request": {"url": "^/static/(.+)"},
  "response": {"file": "./static/<% url[1] %>"}
}
Share