typescript(translucid): nnnnnnnnoooooooooooo
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
1feb795761
commit
49594865ea
|
@ -47,8 +47,8 @@ class Translucid {
|
|||
});
|
||||
}
|
||||
decorated.push((prev) => {
|
||||
console.log(`${__dirname}/../../${filepath}`);
|
||||
// res.contentType(`${__dirname}/../../${filepath}`);
|
||||
// console.log(`${__dirname}/../../${filepath}`);
|
||||
res.contentType(`${__dirname}/../../${filepath}`);
|
||||
res.send(prev);
|
||||
});
|
||||
decorated[0](readResults);
|
||||
|
|
|
@ -55,8 +55,8 @@ class Translucid {
|
|||
});
|
||||
}
|
||||
decorated.push((prev:any):void => {
|
||||
console.log(`${__dirname}/../../${filepath}`);
|
||||
// res.contentType(`${__dirname}/../../${filepath}`);
|
||||
// console.log(`${__dirname}/../../${filepath}`);
|
||||
res.contentType(`${__dirname}/../../${filepath}`);
|
||||
res.send(prev);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue