|
@@ -95,9 +95,7 @@ public class ShiroConfig {
|
|
|
filterChainDefinitionMap.put("/toutiao/industry/list", "anon");
|
|
|
filterChainDefinitionMap.put("/template/bytedance/industry/list", "anon");
|
|
|
filterChainDefinitionMap.put("/template/convert/list", "anon");
|
|
|
- //快手接口
|
|
|
- filterChainDefinitionMap.put("/kuaishou/**", "anon");
|
|
|
- //文件上传接口
|
|
|
+ //文件上传接口
|
|
|
filterChainDefinitionMap.put("/upload/**", "anon");
|
|
|
|
|
|
|