mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2026-05-14 22:00:30 +09:00
#63 ui gets 404 calling whoami in case of no sec config
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package it.fabioformosa.quartzmanager.common.config;
|
||||
|
||||
public class OpenAPIConfigConsts {
|
||||
|
||||
final static public String BASIC_AUTH_SEC_OAS_SCHEME = "basic-auth";
|
||||
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
package it.fabioformosa.quartzmanager.common.config;
|
||||
|
||||
public class QuartzManagerPaths {
|
||||
|
||||
public static final String QUARTZ_MANAGER_BASE_CONTEXT_PATH = "/quartz-manager";
|
||||
public static final String WEBJAR_PATH = "/quartz-manager-ui";
|
||||
|
||||
public static final String QUARTZ_MANAGER_AUTH_PATH = QUARTZ_MANAGER_BASE_CONTEXT_PATH + "/auth";
|
||||
public static final String QUARTZ_MANAGER_LOGIN_PATH = QUARTZ_MANAGER_AUTH_PATH + "/login";
|
||||
public static final String QUARTZ_MANAGER_LOGOUT_PATH = QUARTZ_MANAGER_AUTH_PATH + "/logout";
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user