Skip to content

Commit 33d3d05

Browse files
committed
Fix : repair domain in settings
1 parent 5c0cb93 commit 33d3d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WS/next_shape_ws/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def get_cookie_settings():
222222
"httponly": True,
223223
"secure": True,
224224
"samesite": "None",
225-
"domain": "nextshape.onrender.com",
225+
"domain": "nextshape-backend-dev.onrender.com",
226226
"path": "/",
227227
}
228228
else:

0 commit comments

Comments
 (0)