Skip to content

Commit

Permalink
fix base links in API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
krustowski committed Jul 15, 2024
1 parent 56690e4 commit ed1c9f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
#

APP_NAME=litter-go
APP_VERSION=0.35.10
APP_VERSION=0.35.11
GOLANG_VERSION=1.22
6 changes: 3 additions & 3 deletions api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"info": {
"description": "nanoblogging platform as PWA built on go-app framework",
"title": "litter-go",
"termsOfService": "https://littr.n0p.cz/tos",
"termsOfService": "https://littr.eu/tos",
"contact": {
"name": "API Support",
"url": "https://littr.n0p.cz/docs/",
"url": "https://littr.eu/docs/",
"email": "[email protected]"
},
"license": {
"name": "MIT",
"url": "https://github.com/krustowski/litter-go/blob/master/LICENSE"
},
"version": "0.35.10"
"version": "0.35.11"
},
"host": "littr.n0p.cz",
"basePath": "/api/v1",
Expand Down
6 changes: 3 additions & 3 deletions pkg/backend/router.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// @title litter-go
// @version 0.35.10
// @version 0.35.11
// @description nanoblogging platform as PWA built on go-app framework
// @termsOfService https://littr.n0p.cz/tos
// @termsOfService https://littr.eu/tos

// @contact.name API Support
// @contact.url https://littr.n0p.cz/docs/
// @contact.url https://littr.eu/docs/
// @contact.email [email protected]

// @license.name MIT
Expand Down

0 comments on commit ed1c9f5

Please sign in to comment.