Skip to content

Commit

Permalink
refactor: Change SwaggerConfig url
Browse files Browse the repository at this point in the history
  • Loading branch information
arturhasparian committed Mar 11, 2024
1 parent 39882a8 commit f82109f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OpenAPI customOpenApi() {
.title("REST API eTachka Marketplace")
.version("v1")
.description("Documentation for access to the eTachka Marketplace resources via REST API.")
.termsOfService("https://etachka-marketplace.space/tos")
.termsOfService("https://etachka-marketplace.me")
)
.addServersItem(new Server()
.url(serverURL)
Expand Down

0 comments on commit f82109f

Please sign in to comment.