Package nl.b3p.tailormap.api.controller
Class UnauthorizedController
- java.lang.Object
-
- nl.b3p.tailormap.api.controller.UnauthorizedController
-
@RestController public class UnauthorizedController extends Object
-
-
Constructor Summary
Constructors Constructor Description UnauthorizedController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnauthorizedResponseunauthorized()
-
-
-
Method Detail
-
unauthorized
@GetMapping("/api/unauthorized") @ResponseStatus(UNAUTHORIZED) public UnauthorizedResponse unauthorized()
-
-