Package io.github.sigmacasino.routes
package io.github.sigmacasino.routes
Classes that define the main routes of the casino.
-
ClassesClassDescriptionThe Account class handles the account route, displaying the user's account information.The route for the docs main page.The route for the games page.Redirects the user to the main page.The Login class handles the GET request for displaying the login page.The LoginPost class handles the POST request for processing the login form submission.The Logout class handles the GET request for logging out the user.The Register class handles the GET request for displaying the registration page.The RegisterPost class handles the POST request for processing the registration form submission.The root route of the application (empty path).A route that listens for Stripe events.