Ali2206 commited on
Commit
1caf113
·
verified ·
1 Parent(s): ee4bae0

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
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://rocketfarmstudios-cps-api.hf.space"
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/auth"
58
 
59
  async def send_push_notification(recipient_email, message):
60
  try: