AP314159 commited on
Commit
54ea453
·
1 Parent(s): 9b87a98

add domain

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -11,7 +11,8 @@ app = FastAPI(
11
  )
12
 
13
  origins = [
14
- "http://localhost:3000"
 
15
  ]
16
 
17
  app.add_middleware(
 
11
  )
12
 
13
  origins = [
14
+ "http://localhost:3000",
15
+ "https://dialexus-chatapp.vercel.app"
16
  ]
17
 
18
  app.add_middleware(