Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
victor99dev authored May 23, 2024
1 parent e8fafa7 commit 1eb5eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"routes": [
{
"src": "/(.*)",
"dest": "/dist/main.js",
"dest": "dist/main.js",
"methods": ["GET", "POST", "PUT", "PATCH", "DELETE"]
}
]
Expand Down

1 comment on commit 1eb5eba

@vercel
Copy link

@vercel vercel bot commented on 1eb5eba May 23, 2024

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.