From 4d6d576e3a3653db50090fab627d19470a39fb8b Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Mon, 29 Dec 2025 22:17:37 +0800 Subject: pls work --- backend/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index 811ac7a..db55266 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="backend.laundryweb.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 -- cgit v1.2.3