Skip to main content
Module

x/abc/mod.ts>Application#static

A better Deno framework to create web application.
Go to Latest
method Application.prototype.static
Re-export
import { Application } from "https://deno.land/x/abc@v1.0.0-rc5/mod.ts";

static registers a new route with path prefix to serve static files from the provided root directory.

Parameters

prefix: string
root: string