Skip to content

Commit

Permalink
Update AppConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzm0809 authored Sep 19, 2024
1 parent 765e3c1 commit f075ada
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dinky-admin/src/main/java/org/dinky/configure/AppConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,8 @@ public void addInterceptors(InterceptorRegistry registry) {
"/api/login",
"/api/ldap/ldapEnableStatus",
"/download/**",
"/druid/**", "/api/version"

);
"/druid/**",
"/api/version");
if (ssoEnabled) {
log.info("Load{}", config.getClients().getClients().get(0).getName());
registry.addInterceptor(buildInterceptor(
Expand Down

0 comments on commit f075ada

Please sign in to comment.