Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 447 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 447 Bytes

multi-router

An example of how to use the Opine Router to mount several controllers onto a path within an application / API.

How to run this example

Run this example using:

deno run --allow-net --allow-read ./examples/multi-router/index.ts

if have the repo cloned locally OR

deno run --allow-net --allow-read https://raw.githubusercontent.com/cmorten/opine/main/examples/multi-router/index.ts

if you don't!