Skip to content

Instantly share code, notes, and snippets.

@rikkimax
Created January 25, 2014 09:45
Show Gist options
  • Save rikkimax/8614118 to your computer and use it in GitHub Desktop.
Save rikkimax/8614118 to your computer and use it in GitHub Desktop.
module cmsed.test.routes.test;
import cmsed.base.routing;
import cmsed.base.restful;
import cmsed.test.models.book;
class Test : OORoute {
@RouteGroup(null, "/test.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