Changeset d0f4c10 in Klonkt for src/routes/admin.js
- Timestamp:
- 06/20/2026 12:51:42 PM (3 months ago)
- Branches:
- main
- Children:
- 03fa548
- Parents:
- bc83cc8
- File:
-
- 1 edited
-
src/routes/admin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/admin.js
rbc83cc8 rd0f4c10 105 105 }); 106 106 107 // Handleiding — doorzoekbare uitleg van alle Beheer-functies. Zichtbaar voor wie 108 // het Beheer mag zien (ingelogd); puur statische hulptekst, niets gevoeligs. 109 router.get('/handleiding', requireAuth, (req, res) => { 110 renderPage(req, res, 'pages/admin-help', { 111 pageTitle: 'Handleiding', 112 bodyClass: 'on-admin', 113 tenancy: getTenancy(), 114 }); 115 }); 116 107 117 export default router;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)