Skip to main content
Module

x/abc/mod.ts>Application#file

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

file registers a new route with path to serve a static file with optional route-level middleware.

Parameters

path: string
filepath: string