Package edu.ucsb.cs.scaffold.controller
Class FrontendProxyController
java.lang.Object
edu.ucsb.cs.scaffold.controller.FrontendProxyController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?> proxy(jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
FrontendProxyController
public FrontendProxyController()
-
-
Method Details
-
proxy
@GetMapping({"/","/{path:^(?!api|oauth2|swagger-ui|h2-console).*}/**"}) public org.springframework.http.ResponseEntity<?> proxy(jakarta.servlet.http.HttpServletRequest request)
-