@Profile("!development")
@Controller
public class FrontendControllerextends Object
The FrontendController is used to serve the frontend of the application.
This is only enabled in the production profile, and is used to serve the frontend of the application.
For development, see the FrontendProxyController.