# Ensure API paths reach their corresponding functions without SPA fallback
/buyer/api/*    /buyer/api/:splat    200
/vendor/api/*   /vendor/api/:splat   200
/auth/api/*     /auth/api/:splat     200
/ref/api/*      /ref/api/:splat      200
/fsm/api/*      /fsm/api/:splat      200

# Route SPA deep links to the correct entry points
/buyer/*        /buyer/index.html    200!
/vendor/*       /vendor/index.html   200!
/*              /index.html          200!
