Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/abc/router.ts>Node#addRoute

A better Deno framework to create web application.
Go to Latest
method Node.prototype.addRoute
import { Node } from "https://deno.land/x/abc@v0.1.10/router.ts";

Parameters

path: string
handle: HandlerFunc