dashboard-core/theme/dbd-soft-ui/pages/get/shards.js
Jonny_Bro (Nikita) 849a93887a
2023-06-22 19:36:52 +05:00

12 lines
No EOL
235 B
JavaScript

module.exports = {
page: "/shards",
// eslint-disable-next-line no-unused-vars
execute: async (req, res, app, config, themeConfig, info, db) => {
res.render("shards", {
req: req,
config,
themeConfig,
info,
});
},
};