add godotenv, regenerate swagger docs

This commit is contained in:
zardzul
2026-03-13 22:23:42 +01:00
parent 82e1b51d38
commit 873cd6a57d
12 changed files with 71 additions and 48 deletions
+4 -4
View File
@@ -6,9 +6,9 @@
"contact": {},
"version": "1.0"
},
"basePath": "/",
"basePath": "/api/v1/",
"paths": {
"/artist/getAll": {
"/artists": {
"get": {
"produces": [
"application/json"
@@ -37,7 +37,7 @@
}
}
},
"/user/create": {
"/users/create": {
"post": {
"consumes": [
"application/json"
@@ -82,7 +82,7 @@
}
}
},
"/user/getUserNameByID/{id}": {
"/users/{id}": {
"get": {
"produces": [
"application/json"