Skip to content

Instantly share code, notes, and snippets.

@rikkimax
Created January 25, 2014 10:00
Show Gist options
  • Save rikkimax/8614244 to your computer and use it in GitHub Desktop.
Save rikkimax/8614244 to your computer and use it in GitHub Desktop.
import cmsed.base;
class ExampleRoute : OORoute {
@RouteFunction(RouteType.Get, "/mypath", "mytemplate")
bool anyNameFunc() {
return true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment