Changeset 318d0c2 in Klonkt for src/server.js
- Timestamp:
- 07/24/2026 05:03:34 PM (7 weeks ago)
- Branches:
- main
- Children:
- e84ce32
- Parents:
- e61c289
- File:
-
- 1 edited
-
src/server.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/server.js
re61c289 r318d0c2 49 49 import adminPushRoutes from './routes/admin-push.js'; 50 50 import pushRoutes from './routes/push.js'; 51 import guardianRoutes from './routes/guardian.js'; 51 52 import adminMediaRoutes from './routes/admin-media.js'; 52 53 import circleRoutes from './routes/circle.js'; … … 406 407 app.use('/paid', paidRoutes); // paid-posts patron/passkey flow (before the /:slug catch-all) 407 408 app.use('/push', pushRoutes); // web-push subscribe/test (before the /:slug catch-all) 409 app.use('/guardian', guardianRoutes); // the Guardian PWA (FEP-633c, before the /:slug catch-all) 408 410 app.use('/', postsRoutes); 409 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)