mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-16 13:00:01 -04:00
Comment masqr out
This commit is contained in:
parent
e9a88bc1cd
commit
0e6ee114e5
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ const app = fastify({ logger: false, serverFactory });
|
|||
|
||||
app.register(cookieParser);
|
||||
await app.register(import("@fastify/compress"));
|
||||
app.register(masqr);
|
||||
//Uncomment the following line to enable masqr
|
||||
//app.register(masqr);
|
||||
|
||||
app.register(fastifyStatic, {
|
||||
root: path.join(__dirname, "dist"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue