-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hey,
In the file: router.ts we imported:
import { Handler, type Route, route } from "jsr:@std/http";
But like this we have a error because "route" is not defined in "sr:@std/http", so now we need to import it from:
import { Handler, type Route, route } from "jsr:@std/http/unstable-route";
Metadata
Metadata
Assignees
Labels
No labels