完成模块2-2.1团课预约
This commit is contained in:
+6
-1
@@ -51,7 +51,12 @@ public class SecurityConfig {
|
||||
.pathMatchers("/api/public/**").permitAll()
|
||||
.pathMatchers("/ws/**").permitAll()
|
||||
.pathMatchers("/actuator/**").permitAll()
|
||||
.pathMatchers("/api/groupCourse/**").permitAll();
|
||||
.pathMatchers("/api/groupCourse/**").permitAll()
|
||||
.pathMatchers("/api/member/**").permitAll()
|
||||
.pathMatchers("/api/admin/member/**").permitAll()
|
||||
.pathMatchers("/api/member-cards/**").permitAll()
|
||||
.pathMatchers("/api/member-card-records/**").permitAll()
|
||||
.pathMatchers("/api/member-card-transactions/**").permitAll();
|
||||
|
||||
|
||||
if (isDevOrTest) {
|
||||
|
||||
Reference in New Issue
Block a user