Skip to main content
Module

x/abc/app.ts>Application#static

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

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

Parameters

prefix: string
root: string