Created
December 7, 2020 05:46
-
-
Save steven-tey/efe007b7919d508182ee66db77a1a7a1 to your computer and use it in GitHub Desktop.
Vercel.json file for NLP Moviebot
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, | |
"builds": [ | |
{ | |
"src": "./index.py", | |
"use": "@vercel/python" | |
} | |
], | |
"routes": [ | |
{ | |
"src": "/(.*)", | |
"dest": "/" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment