Skip to content

Commit

Permalink
fix url for cors
Browse files Browse the repository at this point in the history
  • Loading branch information
psycho-baller committed Nov 3, 2024
1 parent 2b36d5c commit 9927b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class SummarizeSnip(BaseModel):
origins = [
"https://www.youtube.com",
"http://localhost:3000",
"https://www.sniptube.vercel.app",
"https://sniptube.vercel.app",
]

app.add_middleware(
Expand Down

0 comments on commit 9927b9e

Please sign in to comment.