Skip to content

Commit

Permalink
Update vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
howie6879 committed Nov 21, 2024
1 parent 178406c commit bdbf103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"functions": {
"src/http_app.py": {
"api/http_app.py": {
"maxDuration": 60
}
},
"rewrites": [{ "source": "/(.*)", "destination": "/src/http_app" }],
"rewrites": [{ "source": "/(.*)", "destination": "/api/http_app" }],
"env": {
"APP_TOKEN": "yz_ai_cms",
"CACHE_TTL": "360"
Expand Down

0 comments on commit bdbf103

Please sign in to comment.