Changeset c1f5c23 in Klonkt
- Timestamp:
- 07/25/2026 06:06:50 AM (7 weeks ago)
- Branches:
- main
- Children:
- 05665bc
- Parents:
- c6185fa
- Location:
- src
- Files:
-
- 4 added
- 1 edited
-
assets/css/guardian2.css (added)
-
assets/js/guardian2.js (added)
-
routes/guardian2.js (added)
-
server.js (modified) (2 diffs)
-
views/pages/guardian2.ejs (added)
Legend:
- Unmodified
- Added
- Removed
-
src/server.js
rc6185fa rc1f5c23 50 50 import pushRoutes from './routes/push.js'; 51 51 import guardianRoutes from './routes/guardian.js'; 52 import guardian2Routes from './routes/guardian2.js'; 52 53 import adminMediaRoutes from './routes/admin-media.js'; 53 54 import circleRoutes from './routes/circle.js'; … … 408 409 app.use('/push', pushRoutes); // web-push subscribe/test (before the /:slug catch-all) 409 410 app.use('/guardian', guardianRoutes); // the Guardian PWA (FEP-633c, before the /:slug catch-all) 411 app.use('/guardian2', guardian2Routes); // Guardian v2: losse guardians (guardian-only accounts), groeit hier los van v1 410 412 app.use('/', postsRoutes); 411 413
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)