aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index d0e55a6..f117c84 100644
--- a/main.go
+++ b/main.go
@@ -20,7 +20,7 @@ import (
20// @license.name GNU General Public License, Version 2 20// @license.name GNU General Public License, Version 2
21// @license.url https://www.gnu.org/licenses/old-licenses/gpl-2.0.html 21// @license.url https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
22 22
23// @host localhost:4000/api 23// @host lp.ardapektezol.com/api
24// @BasePath /v1 24// @BasePath /v1
25func main() { 25func main() {
26 if os.Getenv("ENV") == "PROD" { 26 if os.Getenv("ENV") == "PROD" {