Elgene commited on
Commit
8fe0386
1 Parent(s): bdda51d

fix: add comma

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -8,7 +8,7 @@ from io import BytesIO
8
 
9
  origins = [
10
  "https://duithive.vercel.app",
11
- "https://staging-duithive.vercel.app"
12
  "http://localhost:3000",
13
  ]
14
 
 
8
 
9
  origins = [
10
  "https://duithive.vercel.app",
11
+ "https://staging-duithive.vercel.app",
12
  "http://localhost:3000",
13
  ]
14