Changeset 0091cb7 in Klonkt for src/routes/admin-settings.js
- Timestamp:
- 06/16/2026 12:59:24 AM (3 months ago)
- Branches:
- main
- Children:
- efdde37
- Parents:
- 25d4041
- File:
-
- 1 edited
-
src/routes/admin-settings.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/admin-settings.js
r25d4041 r0091cb7 33 33 router.post('/', requireGod, (req, res) => { 34 34 if (typeof req.body.tenancy !== 'undefined') { 35 setTenancy(req.body.tenancy === 'hub' ? 'hub' : 'solo');35 setTenancy(req.body.tenancy); // valideert naar solo | hub | circle 36 36 } 37 37 if (typeof req.body.hub_title !== 'undefined') {
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)