Created
January 25, 2014 09:45
-
-
Save rikkimax/8614118 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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