We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
app.use(handle)
/admin/*
/admin
withBase
package.json
"h3-nightly": "2.0.0-20250218-184950-b59fd5f",
donywan/h3-template
server.use(withBase('/admin', adminRoutes));
http://localhost:3000/user is work and http://localhost:3000/admin/user also is work.
http://localhost:3000/user
http://localhost:3000/admin/user
No response
Activity