frontend: add map view
Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
This commit is contained in:
parent
208fb1fbc7
commit
4e848fe952
13 changed files with 765 additions and 13 deletions
|
|
@ -15,7 +15,7 @@ public class AuthService {
|
|||
@ConfigProperty(name = "kektus.admin.token") String adminToken;
|
||||
|
||||
public boolean isAdminTokenValid(final String adminToken) {
|
||||
logger.info("Checking admin token");
|
||||
logger.debug("Checking admin token");
|
||||
|
||||
Validators.assertNotNull(adminToken, new NotAuthorizedException("no admin token provided"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue