An open API service indexing awesome lists of open source software.

https://github.com/mahimdev/bistro-boss-server


https://github.com/mahimdev/bistro-boss-server

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# server deploy

#### vercel code:

{
"version": 2,
"builds": [
{
"src": "./index.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.\*)",
"dest": "/",
"methods": ["GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS"]
}
]
}