Files
hiring-test-one/example/built-in/rewrite/.local-web-server.json

9 lines
286 B
JSON
Raw Normal View History

2015-11-16 13:22:51 +00:00
{
2015-11-16 20:47:34 +00:00
"rewrite": [
{ "from": "/css/*", "to": "/build/styles/$1" },
2015-11-16 20:47:34 +00:00
{ "from": "/npm/*", "to": "http://registry.npmjs.org/$1" },
{ "from": "/broken/*", "to": "http://localhost:9999" },
{ "from": "/:user/repos/:name", "to": "https://api.github.com/repos/:user/:name" }
2015-11-16 20:47:34 +00:00
]
2015-11-16 13:22:51 +00:00
}