Class FrontendController

java.lang.Object
edu.ucsb.cs.scaffold.controller.FrontendController

@Profile("!development") @Controller public class FrontendController extends Object
  • Constructor Details

    • FrontendController

      public FrontendController()
  • Method Details

    • index

      @GetMapping("/**/{path:[^\\.]*}") public String index()
      Forward all non-file, non-API requests to the React app's index.html so that client-side routing works correctly in production.