Routing
Routing in Dominus is always the same no matter what! The route will always match the project directory structure: [ProjectRoot]/App/Modules/Mymodule/Controllers/MyController
Basic route
Route Shortcuts
Module has the same name as the controller
If your module and controller has the same name, then the url can be shortened like so
Controller has an Entrypoint attribute set
If the controller has an Entrypoint set then the method can be omitted from the url