Skip to content

Instantly share code, notes, and snippets.

@imalberto
Last active December 21, 2015 13:38
Show Gist options
  • Save imalberto/6313573 to your computer and use it in GitHub Desktop.
Save imalberto/6313573 to your computer and use it in GitHub Desktop.
route config format
"routes": {
"homepage": {
"path": "/",
"method": "get",
"keys": [],
"regexp": {},
"annotations": {
"name": "homepage",
"dispatch": {
"call": "home.index",
"params": {},
"options": {}
}
}
},
"perf01": {
"path": "/perf01",
"method": "get",
"keys": [],
"regexp": {},
"annotations": {
"name": "perf01",
"dispatch": {
"call": "perf.test01",
"params": {},
"options": {}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment