Changeset 318d0c2 in Klonkt
- Timestamp:
- 07/24/2026 05:03:34 PM (7 weeks ago)
- Branches:
- main
- Children:
- e84ce32
- Parents:
- e61c289
- Location:
- src
- Files:
-
- 4 added
- 3 edited
-
assets/css/guardian.css (added)
-
assets/js/guardian.js (added)
-
routes/admin-sites.js (modified) (1 diff)
-
routes/guardian.js (added)
-
routes/posts.js (modified) (1 diff)
-
server.js (modified) (2 diffs)
-
views/pages/guardian.ejs (added)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/admin-sites.js
re61c289 r318d0c2 101 101 'forum', 'tag', 'user', 'users', 'artiesten', 'leden', 'feed.xml', 'atom.xml', 'sitemap.xml', 102 102 'manifest.webmanifest', 'sw.js', 'favicon.ico', 'favicon.svg', 'assets', 103 'paid', 'push', 'guardian', 103 104 ]); 104 105 -
src/routes/posts.js
re61c289 r318d0c2 152 152 'manifest.webmanifest', 'sw.js', 'favicon.ico', 'favicon.svg', 'assets', 153 153 'authorize_interaction', 'fediverse', 'news', 'following', 'notifications', 'blocking', 154 'paid', 'push', 154 'paid', 'push', 'guardian', 155 155 ]); 156 156 -
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)