Changeset f1c50f9 in Klonkt for src/server.js
- Timestamp:
- 07/25/2026 10:37:37 AM (7 weeks ago)
- Branches:
- main
- Children:
- 97bacf2
- Parents:
- 787e0d9
- File:
-
- 1 edited
-
src/server.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/server.js
r787e0d9 rf1c50f9 50 50 import pushRoutes from './routes/push.js'; 51 51 import guardianRoutes from './routes/guardian.js'; 52 import guardian2Routes from './routes/guardian2.js';53 52 import adminMediaRoutes from './routes/admin-media.js'; 54 53 import circleRoutes from './routes/circle.js'; … … 408 407 app.use('/paid', paidRoutes); // paid-posts patron/passkey flow (before the /:slug catch-all) 409 408 app.use('/push', pushRoutes); // web-push subscribe/test (before the /:slug catch-all) 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 409 app.use('/guardian', guardianRoutes); // the Guardian PWA (FEP-633c): losse guardians, meekijken, follow-gating, wave, invite (was guardian2, v1 verwijderd) 412 410 app.use('/', postsRoutes); 413 411
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)