Interface WebServerController

    • Method Detail

      • registerRoutes

        void registerRoutes​(io.javalin.Javalin app)
        Register the controlled routes inside the app.
        Parameters:
        app - the Javalin app where to register routes.