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

6 lines
74 B
JSON
Raw Normal View History

2015-11-16 13:22:51 +00:00
{
"rewrite": [
{ "from": "/css/*", "to": "/styles/$1" }
]
}