Skip to main content
Module

x/alosaur/src/renderer/not-found.ts

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
File
import { Content } from "./content.ts";
export function notFoundAction() { return Content("Not found", 404); // TODO: enum http status}