Last active
September 24, 2023 21:06
-
-
Save martinshaw/ea069e13649bba936a47b18ed61c0bdd 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
class Routes extends Polarlicht3/HTTPRoutesManager | |
public f Main<> | |
@RegisterRoute <String "/", new Polarlicht3/Examples/Controllers/Welcome>; | |
@RegisterRoute <String "/signin", new Polarlicht3/Controllers/Auth/Signin>; | |
@RegisterRoute <String "/register", new Polarlicht3/Controllers/Auth/Register>; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment