add godotenv, regenerate swagger docs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user