Skip to content

Instantly share code, notes, and snippets.

@imalberto
Last active December 21, 2015 14:49
Show Gist options
  • Save imalberto/6322564 to your computer and use it in GitHub Desktop.
Save imalberto/6322564 to your computer and use it in GitHub Desktop.
routes.json
{
foo: {
call: "foo.index",
path: "/foo",
verbs: [ "get" ]
},
bar: {
call: "foo.index",
path: "/bar",
verbs: [ "post" ]
},
baz: {
call: "foo.help",
path: "/baz"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment