diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-29 21:58:54 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-29 21:58:54 +0800 |
| commit | 40e85ca60c4fe6a759c1020c6e2fcf818b0a38d8 (patch) | |
| tree | b803bc981fb009bed4449b791185a0eff8a5793d /backend/main.py | |
| parent | 17f4f6cbb283333472ec3f2903f07576d0584b7d (diff) | |
pls just work pls
Diffstat (limited to 'backend/main.py')
| -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 d5443c2..811ac7a 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="altafcreator.com", samesite="none", secure=True) + response.set_cookie("subscription_endpoint", endpoint, domain="backend.laundryweb.altafcreator.com", samesite="none", secure=True) response.status_code = fastapi.status.HTTP_200_OK |
