Skip to content

Commit 0ce6977

Browse files
authored
fix: change common API URL (#79)
Co-authored-by: Mithun James <[email protected]>
1 parent fd2c377 commit 0ce6977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/environment/admin_ci.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ [email protected]_SECRET_KEY@
2020
logging.path=logs/
2121
logging.file.name=@env.ADMIN_API_LOGGING_FILE_NAME@
2222

23-
common-url=@env.COMMON_URL@
23+
common-url=@env.COMMON_API@
2424

2525
springdoc.api-docs.enabled=@env.SWAGGER_DOC_ENABLED@
2626
springdoc.swagger-ui.enabled=@env.SWAGGER_DOC_ENABLED@

0 commit comments

Comments
 (0)