diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-29 21:42:34 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-29 21:42:34 +0800 |
| commit | 80c873152a64d917df1f88f17627830fb68da7f6 (patch) | |
| tree | 5bd7580e0c22c494355061f159d42341e5a6e85d | |
| parent | 145bf5aef90e65a8d01cf701ae4cf0f37016c075 (diff) | |
maybe thisll work
| -rw-r--r-- | backend/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/main.py b/backend/main.py index 49e1953..d5443c2 100644 --- a/backend/main.py +++ b/backend/main.py @@ -457,5 +457,5 @@ def uri_to_information(data: InformationRequestData, response: fastapi.Response, @app.post("/notif_subscribe") def notif_subscribe(data: notif.PushSubscriptionData, response: fastapi.Response): endpoint = notif.subscribe(data) - response.set_cookie("subscription_endpoint", endpoint, domain=".laundryweb.altafcreator.com", samesite="none", secure=True) + response.set_cookie("subscription_endpoint", endpoint, domain="altafcreator.com", samesite="none", secure=True) response.status_code = fastapi.status.HTTP_200_OK |
