Compare commits

...

2 Commits

Author SHA1 Message Date
c-d-p
1a99d6023c mmghfh
All checks were successful
Build and Deploy Backend / Run Linters and Tests (push) Successful in 17s
Build and Deploy Backend / Build and Deploy (push) Successful in 59s
2025-05-01 00:18:00 +02:00
c-d-p
57741f5f1c missed one 2025-05-01 00:17:41 +02:00
2 changed files with 1 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ class Settings(BaseSettings):
JWT_SECRET_KEY: str = "secret"
# Other settings
GOOGLE_API_KEY: str
GOOGLE_API_KEY: str = "google_api_key"
EXPO_PUSH_API_URL: str = "https://exp.host/--/api/v2/push/send"
class Config: