Skip to content

Commit f91def4

Browse files
Swagger changes
1 parent 7e5e941 commit f91def4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/environment/admin_ci.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ [email protected]_API_LOGGING_FILE_NAME@
2222
common-url=@env.COMMON_URL@
2323

2424
springdoc.api-docs.enabled=@env.SWAGGER_DOC_ENABLED@
25-
springdoc.swagger-ui.enabled=@env.SWAGGER_DOC_ENABLED@
25+
springdoc.swagger-ui.enabled=@env.SWAGGER_DOC_ENABLED@

src/main/java/com/iemr/admin/utils/JwtUserIdValidationFilter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public void doFilter(ServletRequest servletRequest, ServletResponse servletRespo
5757
|| path.equalsIgnoreCase(contextPath + "/user/logOutUserFromConcurrentSession")
5858
|| path.startsWith(contextPath + "/swagger-ui")
5959
|| path.startsWith(contextPath + "/v3/api-docs")
60+
|| path.startsWith(contextPath + "/user/refreshToken")
6061
|| path.startsWith(contextPath + "/public")) {
6162
logger.info("Skipping filter for path: " + path);
6263
filterChain.doFilter(servletRequest, servletResponse);

0 commit comments

Comments
 (0)