Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenilk committed Apr 30, 2023
1 parent 63862e8 commit 5d6c185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version":2,
"builds":[{
"src":"./api.js",
"src":"api.js",
"use":"@vercel/node"
}],
"routes":[{
"src":"/(.*)",
"dest":"/"
"dest":"api.js"
}]
}

1 comment on commit 5d6c185

@vercel
Copy link

@vercel vercel bot commented on 5d6c185 Apr 30, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

refrigurator-api – ./

refrigurator-api-lenilk.vercel.app
refrigurator-api-git-main-lenilk.vercel.app
refrigurator-api.vercel.app

Please sign in to comment.