Files
proxy-bun/vercel.json
T

2 lines
69 B
JSON
Raw Normal View History

{ "rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }] }