{ "routes": [ { "src": "/api/(.*)", "dest": "/api/[username].ts" }, { "src": "/(.*)", "dest": "/api/[username].ts" } ] }