Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.10/mod.ts";

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

Parameters

prefix: string
root: string