Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash8077 authored Aug 9, 2024
1 parent 7cc0afc commit a46b3bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
],
"routes":[
{
"src": "/(.*)",
"dest": "/",

"src": "/(.*)",
"dest": "app.js",

"methods": ["GET","PUT","PATCH","DELETE","OPTIONs"]
}
]
Expand Down

0 comments on commit a46b3bb

Please sign in to comment.