import { Application } from "https://dotland.deno.dev/x/abc@v1.2.4/mod.ts";
Register a new route with path to serve a static file with optional route-level middleware.
app.file("/", "public/index.html");
import { Application } from "https://dotland.deno.dev/x/abc@v1.2.4/mod.ts";
Register a new route with path to serve a static file with optional route-level middleware.
app.file("/", "public/index.html");