Skip to content

Commit

Permalink
πŸ› fix: Cross-origin error
Browse files Browse the repository at this point in the history
  • Loading branch information
mushan0x0 committed Dec 30, 2023
1 parent b6a0302 commit 6355732
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "pollinations-drawing",
"routes": [
{
"src": "/gateway",
"headers": {
"cache-control": "no-cache, no-store, must-revalidate",
"Access-Control-Allow-Origin": "*"
},
"dest": "/api/gateway/"
}
],
"version": 1
}

0 comments on commit 6355732

Please sign in to comment.