@crypto-dex-sdk/path-finder-api
Version:
Zenlink Interface Path Finder Api
34 lines (33 loc) • 521 B
JSON
{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
},
{
"key": "Access-Control-Allow-Methods",
"value": "GET"
}
]
}
],
"rewrites": [
{
"source": "/v0",
"destination": "/api/v0"
},
{
"source": "/v2",
"destination": "/api/v2"
}
],
"functions": {
"api/**/*.ts": {
"memory": 600,
"maxDuration": 15
}
}
}