dont overwrite endpoint on new login, update endpoint on /me request

This commit is contained in:
2024-09-22 15:11:26 +02:00
parent dcfe1dc191
commit 57cdb3dbc9
3 changed files with 2 additions and 2 deletions

View File

@@ -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")
}