Skip to content

Instantly share code, notes, and snippets.

@rikkimax
Created February 9, 2014 06:18
Show Gist options
  • Save rikkimax/8895103 to your computer and use it in GitHub Desktop.
Save rikkimax/8895103 to your computer and use it in GitHub Desktop.
Route test for restful api and javascript models.
class Test : OORoute {
@RouteGroup(null, "/.svc") {
mixin RestfulRoute!(RestfulProtection.All, Book3, Page3);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment