From 160aa541938f0ab5864554679bda50899079ea10 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Mon, 29 Dec 2025 23:40:00 +0800 Subject: weird error --- backend/main.py | 1 - 1 file changed, 1 deletion(-) (limited to 'backend') diff --git a/backend/main.py b/backend/main.py index 028fbfa..7be9c75 100644 --- a/backend/main.py +++ b/backend/main.py @@ -460,5 +460,4 @@ def uri_to_information(data: InformationRequestData, response: fastapi.Response, def notif_subscribe(data: notif.PushSubscriptionData, response: fastapi.Response): endpoint = notif.subscribe(data) response.set_cookie(key="subscription_endpoint", value=endpoint, max_age=COOKIE_MAX_AGE, domain="laundryweb.altafcreator.com", samesite="none", secure=True, path="/") - response.status_code = fastapi.status.HTTP_200_OK return "do i need to return something perhaps" -- cgit v1.2.3