mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-07 20:58:11 +00:00
chore: format code
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user