mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-06-05 09:26:28 +00:00
dont overwrite endpoint on new login, update endpoint on /me request
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ func main() {
|
||||
panic(".env not found")
|
||||
}
|
||||
} else {
|
||||
fmt.Println("Not Produktion Enviorment fallback to dev.env")
|
||||
fmt.Println("Fallback to dev.env")
|
||||
if ok := godotenv.Load("dev.env"); ok != nil {
|
||||
panic("dev.env not found")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user