Class UnauthorizedController

java.lang.Object
org.tailormap.api.controller.UnauthorizedController

@RestController public class UnauthorizedController extends Object
  • Constructor Details

    • UnauthorizedController

      public UnauthorizedController()
  • Method Details

    • unauthorized

      @GetMapping("/api/unauthorized") @ResponseStatus(UNAUTHORIZED) public UnauthorizedResponse unauthorized()