mirror of
https://github.com/autistic-symposium/blockchain-data-engineering-toolkit.git
synced 2025-04-25 10:19:13 -04:00
💾
This commit is contained in:
parent
5c4cc3f87d
commit
9b71cc1d7b
1
token-scanner-api/.gitignore
vendored
Normal file
1
token-scanner-api/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.vercel
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"builds": [
|
||||
{"src": "/src/api.py", "use": "@vercel/python"}
|
||||
{"src": "/src/server/api.py", "use": "@vercel/python"}
|
||||
],
|
||||
"routes": [
|
||||
{"src": "/(.*)", "dest": "src/api.py"}
|
||||
{"src": "/(.*)", "dest": "src/server/api.py"}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user