GuglielmoTor commited on
Commit
85c8b0a
·
verified ·
1 Parent(s): d070696

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ async def set_token(payload: TokenIn, response: Response):
33
  httponly=True,
34
  secure=True,
35
  samesite='none',
36
- domain='GuglielmoTor--LinkedinMonitor.hf.space', # Replace with your actual domain if needed
37
  max_age=3600,
38
  path='/'
39
  )
 
33
  httponly=True,
34
  secure=True,
35
  samesite='none',
36
+ #domain='GuglielmoTor--LinkedinMonitor.hf.space', # Replace with your actual domain if needed
37
  max_age=3600,
38
  path='/'
39
  )