Skip to content

Commit

Permalink
swagger url updated
Browse files Browse the repository at this point in the history
  • Loading branch information
imertetsu committed Aug 13, 2024
1 parent f870390 commit 77b41c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/resources/main/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ spring.application.name=SpacecraftEvents
server.servlet.context-path=/api
server.port=8083

swagger.server.url=https://spacecraftEvents-swagger-ui.imertetsu.me/api
swagger.server.url=localhost:8083/api
4 changes: 3 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ spring.application.name=SpacecraftEvents
server.servlet.context-path=/api
server.port=8083

swagger.server.url=https://spacecraftEvents-swagger-ui.imertetsu.me/api
swagger.server.url=localhost:8083/api

spring.output.ansi.enabled=ALWAYS

0 comments on commit 77b41c8

Please sign in to comment.