route
import { route } from "https://raw.githubusercontent.com/gemrest/laurali/main/mod.ts";
Mark the function as a route and register it to the Server
.
const route: (path?: string) => unknown;
import { route } from "https://raw.githubusercontent.com/gemrest/laurali/main/mod.ts";
Mark the function as a route and register it to the Server
.