Skip to content

Instantly share code, notes, and snippets.

@garbados
Created January 12, 2014 22:12
Show Gist options
  • Save garbados/8391361 to your computer and use it in GitHub Desktop.
Save garbados/8391361 to your computer and use it in GitHub Desktop.
[{
"from": "",
"to": "index.html",
"method": "GET",
"query": {}
},{
"from": "/api",
"to": "/../../",
"query": {}
},{
"from": "/api/*",
"to": "/../../*",
"query": {}
},{
"from": "/*",
"to": "/*",
"method": "GET",
"query": {}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment