aboutsummaryrefslogtreecommitdiff
path: root/backend/docs/docs.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-09-10 22:13:24 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-09-10 22:13:24 +0300
commit16165aea34a711027825b3f6512e73a0156f8068 (patch)
tree138d92b8b01c41e07a3a2316fd109ddd97e80fa6 /backend/docs/docs.go
parentrefactor: update readme (diff)
downloadlphub-16165aea34a711027825b3f6512e73a0156f8068.tar.gz
lphub-16165aea34a711027825b3f6512e73a0156f8068.tar.bz2
lphub-16165aea34a711027825b3f6512e73a0156f8068.zip
refactor: move backend entry, rename module
Diffstat (limited to '')
-rw-r--r--backend/docs/docs.go (renamed from docs/docs.go)4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs.go b/backend/docs/docs.go
index 13f217d..f652a1e 100644
--- a/docs/docs.go
+++ b/backend/docs/docs.go
@@ -11,8 +11,8 @@ const docTemplate = `{
11 "title": "{{.Title}}", 11 "title": "{{.Title}}",
12 "contact": {}, 12 "contact": {},
13 "license": { 13 "license": {
14 "name": "GNU General Public License, Version 2", 14 "name": "GNU Affero General Public License, Version 3",
15 "url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html" 15 "url": "https://www.gnu.org/licenses/agpl-3.0.html"
16 }, 16 },
17 "version": "{{.Version}}" 17 "version": "{{.Version}}"
18 }, 18 },