1
Fork 0

typescript(translucid): oof

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2019-01-20 12:35:39 +02:00 committed by prescientmoon
parent 5c5dfac46d
commit dd2f058a4a
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -19,7 +19,7 @@ class Translucid {
bind(path = "/", filepath = "", text = false, classes = []) { bind(path = "/", filepath = "", text = false, classes = []) {
this.app.get(path, async (req, res) => { this.app.get(path, async (req, res) => {
if (!text) { if (!text) {
res.sendFile(`${__dirname}/${filepath}`); res.sendFile(`${__dirname}/../../${filepath}`);
} }
else { else {
const readResults = await read_1.read(filepath); const readResults = await read_1.read(filepath);