Skip to content

Commit

Permalink
routes upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-Thakur committed May 31, 2021
1 parent 9698948 commit 38b1aae
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,39 @@
"value": "*"
}
]
},
{
"source": "/user/(.*)",
"headers": [
{
"key": "access-control-allow-origin",
"value": "*"
}
]
},
{
"source": "/survey/(.*)",
"headers": [
{
"key": "access-control-allow-origin",
"value": "*"
}
]
},
{
"source": "/response/(.*)",
"headers": [
{
"key": "access-control-allow-origin",
"value": "*"
}
]
}
],
"builds": [
{
"src": "./index.js",
"use": "@vercel/node"
}
]
}

1 comment on commit 38b1aae

@vercel
Copy link

@vercel vercel bot commented on 38b1aae May 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.