Skip to content

Instantly share code, notes, and snippets.

@wwwmarcos
Created April 6, 2020 02:50
Show Gist options
  • Save wwwmarcos/3d12bbcdeb5ca353420ea5c0e4e53de8 to your computer and use it in GitHub Desktop.
Save wwwmarcos/3d12bbcdeb5ca353420ea5c0e4e53de8 to your computer and use it in GitHub Desktop.
{
"version": 2,
"name": "nome-do-seu-bot-bosta",
"alias": [
"nome-do-seu-bot-bosta.now.sh"
],
"public": true,
"builds": [
{
"src": "index.js",
"use": "@now/node-server"
}
],
"routes": [
{
"headers": {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS",
"Access-Control-Allow-Headers": "X-Requested-With, Content-Type, Accept"
},
"src": "/.*",
"dest": "/index.js"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment