mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-24 01:04:39 +01:00
4 lines
174 B
JavaScript
4 lines
174 B
JavaScript
import ctrlError from "./ctrl_error.js";
|
|
import { ApplicationError } from "../lib/error.js";
|
|
|
|
export default ctrlError(new ApplicationError("Not Found", "404 - Not Found"));
|