Created
April 6, 2020 02:50
-
-
Save wwwmarcos/3d12bbcdeb5ca353420ea5c0e4e53de8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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