Skip to main content
Module

x/abc/mod.ts>Abc#static

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

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

Parameters

prefix: string
root: string