D
Deno
A
Deno
β’
3y ago
β’
4 replies
alexp95
How do I have a subrouter in Oak?
I want to use a subrouter in oak to handle part of the routing
, how would I do that in Oak
? here is an example in Express
.js
app.use("/path/to/subrouter", subrouter);
app.use("/path/to/subrouter", subrouter);
Deno
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,950
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
app.use("/path/to/subrouter", subrouter);
app.use("/path/to/subrouter", subrouter);
Similar Threads
get in oak
D
dan.the.discloser / help
4y ago
Get a Parameter Value in Oak
A
alexp95 / help
3y ago
how to document oak api
B
big / help
3y ago