Update config.py
Browse files
config.py
CHANGED
@@ -54,7 +54,7 @@ if not FCM_API_KEY or not SECRET_KEY:
|
|
54 |
push_service = FCMNotification(api_key=FCM_API_KEY)
|
55 |
|
56 |
# Auth Space URL
|
57 |
-
AUTH_SPACE_URL = "https://
|
58 |
|
59 |
async def send_push_notification(recipient_email, message):
|
60 |
try:
|
|
|
54 |
push_service = FCMNotification(api_key=FCM_API_KEY)
|
55 |
|
56 |
# Auth Space URL
|
57 |
+
AUTH_SPACE_URL = "https://rocketfarmstudios-cps-api.hf.space"
|
58 |
|
59 |
async def send_push_notification(recipient_email, message):
|
60 |
try:
|