vercel.json 180 B

123456789101112
  1. {
  2. "rewrites": [
  3. {
  4. "source": "/openapi/(.*)",
  5. "destination": "/api/proxy"
  6. },
  7. {
  8. "source": "/mjapi/(.*)",
  9. "destination": "/api/proxy"
  10. }
  11. ]
  12. }