Method body ready

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2020-12-23 14:21:16 +01:00
parent e647698591
commit 507d9fddc0
3 changed files with 43 additions and 4 deletions

View File

@ -62,7 +62,6 @@ public class TokenController {
} catch (Exception e) {
return new ResponseEntity<>(null, HttpStatus.INTERNAL_SERVER_ERROR);
}
}
@GetMapping("/token/refresh")