log admin , master (ยกเว้น menu ข้อมูลปฎิทินวันหยุด)
This commit is contained in:
parent
e59f4f13e2
commit
f0e5a83d02
11 changed files with 122 additions and 63 deletions
|
|
@ -26,7 +26,7 @@ async function main() {
|
|||
);
|
||||
app.use(express.json());
|
||||
app.use(express.urlencoded({ extended: true }));
|
||||
// app.use(logMiddleware);
|
||||
app.use(logMiddleware);
|
||||
app.use("/", express.static("static"));
|
||||
app.use("/api-docs", swaggerUi.serve, swaggerUi.setup(swaggerDocument));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue