Commit b6ffc3a6 by 张宗强

update config

parent e9b2768a
...@@ -21,6 +21,8 @@ urls: ...@@ -21,6 +21,8 @@ urls:
- /signin - /signin
- /signup - /signup
- /mobile/token - /mobile/token
- /admin/user/upload
- /admin/user/editInfo
logging: logging:
config: classpath:logback.xml config: classpath:logback.xml
......
...@@ -89,6 +89,8 @@ security: ...@@ -89,6 +89,8 @@ security:
urls: urls:
anon: anon:
- /mobile/** - /mobile/**
- /admin/user/upload
- /admin/user/editInfo
- /auth/** - /auth/**
- /admin/code/* - /admin/code/*
- /admin/smsCode/* - /admin/smsCode/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment