Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
wei.zhou
2021-06-22 16:17:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3945b2024a4e2d892419ba3547adff3698465988
3945b202
1 parent
546cb79d
提交代码
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/erry/iclear/dateInterface/config/InterceptorConfig.java
src/main/java/com/erry/iclear/dateInterface/config/InterceptorConfig.java
View file @
3945b20
...
...
@@ -14,6 +14,6 @@ public class InterceptorConfig implements WebMvcConfigurer {
@Override
public
void
addInterceptors
(
InterceptorRegistry
registry
)
{
registry
.
addInterceptor
(
new
SignInterceptor
()).
addPathPatterns
(
"/
*
*"
);
registry
.
addInterceptor
(
new
SignInterceptor
()).
addPathPatterns
(
"/
customs/
*"
);
}
}
...
...
Please
register
or
login
to post a comment