Skip to content

Commit

Permalink
routes upda
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-Thakur committed May 31, 2021
1 parent 38b1aae commit 60a51d1
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,11 @@
"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": "*"
}
]
}
],
"rewrites": [
{ "source": "/(.*)", "destination": "/" }
],
"builds": [
{
"src": "./index.js",
Expand Down

1 comment on commit 60a51d1

@vercel
Copy link

@vercel vercel bot commented on 60a51d1 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.