aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--main.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/main.go b/main.go
index 8aaa80c..9b531fe 100644
--- a/main.go
+++ b/main.go
@@ -7,9 +7,9 @@ import (
7 7
8 "github.com/gin-gonic/gin" 8 "github.com/gin-gonic/gin"
9 "github.com/joho/godotenv" 9 "github.com/joho/godotenv"
10 "github.com/pektezol/leastportals/backend/database" 10 "github.com/pektezol/leastportalshub/backend/database"
11 "github.com/pektezol/leastportals/backend/routes" 11 "github.com/pektezol/leastportalshub/backend/routes"
12 _ "github.com/pektezol/leastportals/docs" 12 _ "github.com/pektezol/leastportalshub/docs"
13) 13)
14 14
15// @title Least Portals Database API 15// @title Least Portals Database API
@@ -19,8 +19,8 @@ import (
19// @license.name GNU General Public License, Version 2 19// @license.name GNU General Public License, Version 2
20// @license.url https://www.gnu.org/licenses/old-licenses/gpl-2.0.html 20// @license.url https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
21 21
22// @host lp.ardapektezol.com/api 22// @host lp.ardapektezol.com/api
23// @BasePath /v1 23// @BasePath /v1
24func main() { 24func main() {
25 if os.Getenv("ENV") == "PROD" { 25 if os.Getenv("ENV") == "PROD" {
26 gin.SetMode(gin.ReleaseMode) 26 gin.SetMode(gin.ReleaseMode)