@Profile("!development")
@Controller
public class FrontendController
extends Object
-
Constructor Summary
Constructors
-
Method Summary
org.springframework.http.ResponseEntity<String>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FrontendController
public FrontendController()
-
Method Details
-
index
@GetMapping("/**/{path:[^\\.]*}")
public String index()
-
csrf
@GetMapping("/csrf")
public org.springframework.http.ResponseEntity<String> csrf()