Skip to content

Instantly share code, notes, and snippets.

@martinshaw
Last active September 24, 2023 21:06
Show Gist options
  • Save martinshaw/ea069e13649bba936a47b18ed61c0bdd to your computer and use it in GitHub Desktop.
Save martinshaw/ea069e13649bba936a47b18ed61c0bdd to your computer and use it in GitHub Desktop.
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