chore: format code

This commit is contained in:
vben
2021-08-24 22:41:48 +08:00
parent 2884e863ce
commit 56a966cfbf
148 changed files with 259 additions and 250 deletions

View File

@@ -34,7 +34,7 @@ app.ws.use(
}
console.log(message);
});
})
}),
);
const router = new Router();
@@ -52,7 +52,7 @@ app.use(
keepExtensions: true,
maxFieldsSize: 20 * 1024 * 1024,
},
})
}),
);
app.use(router.routes());
app.use(router.allowedMethods());