typescript(translucid): old files
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
196b6ba241
commit
a098fe038e
2 changed files with 0 additions and 25 deletions
typescript/translucid
|
@ -1,13 +0,0 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const app_1 = require("./app");
|
||||
const { app, translucid } = app_1.QuickServer(8000);
|
||||
translucid.bind("/", "index.html");
|
||||
translucid.bind("/test", "read.js", true, ["class"]);
|
||||
translucid.use({
|
||||
name: "wow, a midleware",
|
||||
run: (prev, req, res, next) => {
|
||||
next("sent by a midleware");
|
||||
},
|
||||
keys: ["class"]
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue