diff options
Diffstat (limited to 'models/database.go')
| -rw-r--r-- | models/database.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/models/database.go b/models/database.go index ffc8a47..4998bde 100644 --- a/models/database.go +++ b/models/database.go @@ -42,9 +42,9 @@ func ConnectDatabase() { func BasePath() string { basePath := os.Getenv("BASE_PATH") - if basePath == "" { - basePath = "/" - } + // if basePath == "" { + // basePath = "/" + // } return basePath } |