Skip to content

Commit

Permalink
[examples] Updating exported router map.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Jul 25, 2012
1 parent 8455275 commit 625124c
Showing 1 changed file with 39 additions and 14 deletions.
53 changes: 39 additions & 14 deletions examples/exported-router.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,44 @@
{
"foo": {},
"bar": {},
"moo": {},
"albums": {
"([._a-zA-Z0-9-]+)": {
"songs": {
"([._a-zA-Z0-9-]+)": {}
"routes": {
"foo": {
"get": {}
},
"bar": {
"post": {}
},
"moo": {
"get": {},
"post": {},
"delete": {},
"put": {}
},
"albums": {
"([._a-zA-Z0-9-]+)": {
"post": {},
"get": {},
"songs": {
"([._a-zA-Z0-9-]+)": {
"post": {},
"get": {}
}
}
}
}
},
"users": {
"([._a-zA-Z0-9-]+)": {
"eat": {},
"dongles": {
"([._a-zA-Z0-9-]+)": {}
},
"users": {
"([._a-zA-Z0-9-]+)": {
"post": {},
"get": {},
"delete": {},
"put": {},
"eat": {
"post": {}
},
"dongles": {
"([._a-zA-Z0-9-]+)": {
"get": {},
"post": {}
}
}
}
}
}
Expand Down

0 comments on commit 625124c

Please sign in to comment.