Currently, the wiki configuration is part of the route. While this was convenient for early experiments, this shouldn't be part of the final route. I suggest moving to the following scheme:
Where actionParamerters are dependent of the action (i.e., each action can have its own parameters). Example of paths:
- /login
- /logout
- /admin
- /v/My.Page/
- /e/My.Page/
- /u/My.User
|