Package org.tailormap.api.controller
Class UnauthorizedController
java.lang.Object
org.tailormap.api.controller.UnauthorizedController
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UnauthorizedController
public UnauthorizedController()
-
-
Method Details
-
unauthorized
@GetMapping("/api/unauthorized") @ResponseStatus(UNAUTHORIZED) public UnauthorizedResponse unauthorized()
-