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

11 lines
No EOL
189 B
JavaScript

module.exports = {
page: "/credits",
execute: async (req, res, app, config, themeConfig, info) => {
res.render("credits", {
req: req,
config,
themeConfig,
info,
});
},
};