Skip to content

Commit cecbe24

Browse files
committed
Update Vercel routing configuration
1 parent 9d844c1 commit cecbe24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A simple API to fetch and analyze annual income statements for AAPL (Apple). The
44

55
## Deployment
66

7-
Base url: https://finview-api.vercel.app/api/v1
7+
Try it out: https://finview-api.vercel.app
88
API Documentation: https://finview-api.vercel.app/docs
99
Alternative API Documentation: https://finview-api.vercel.app/redoc
1010

vercel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"routes": [
99
{
10-
"src": "/api/v1(.*)",
10+
"src": "/(.*)",
1111
"dest": "api/v1/main.py"
1212
}
1313
]

0 commit comments

Comments
 (0)