11 lines
No EOL
186 B
JavaScript
11 lines
No EOL
186 B
JavaScript
module.exports = {
|
|
page: "/privacy-policy",
|
|
execute: async (req, res, app, config, themeConfig, info) => {
|
|
res.render("pp", {
|
|
req,
|
|
config,
|
|
themeConfig,
|
|
info,
|
|
});
|
|
},
|
|
}; |