mirror of
https://github.com/autistic-symposium/blockchain-data-engineering-toolkit.git
synced 2025-06-25 07:10:39 -04:00
💾
This commit is contained in:
parent
5c4cc3f87d
commit
9b71cc1d7b
2 changed files with 3 additions and 2 deletions
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": [
|
"builds": [
|
||||||
{"src": "/src/api.py", "use": "@vercel/python"}
|
{"src": "/src/server/api.py", "use": "@vercel/python"}
|
||||||
],
|
],
|
||||||
"routes": [
|
"routes": [
|
||||||
{"src": "/(.*)", "dest": "src/api.py"}
|
{"src": "/(.*)", "dest": "src/server/api.py"}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue