Changeset 6bd25d1 in Klonkt for src/server.js
- Timestamp:
- 06/24/2026 10:27:56 AM (3 months ago)
- Branches:
- main
- Children:
- 5bf63b7
- Parents:
- 69815b2
- File:
-
- 1 edited
-
src/server.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/server.js
r69815b2 r6bd25d1 64 64 import changelogRoutes from './routes/changelog.js'; 65 65 import ogRoutes from './routes/og.js'; 66 import apRoutes from './routes/activitypub.js'; 66 67 67 68 // SESSION_SECRET: use the env var if set. Otherwise auto-generate a strong one … … 223 224 app.use(federationRoutes); 224 225 226 // ActivityPub: WebFinger + /ap/* (site-agnostic, resolves the site by slug). 227 app.use(apRoutes); 228 225 229 // Themed OG cards (/og/:slug.png) — resolve the site by slug themselves, so they 226 230 // run before resolveSite and need no site context.
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)