Changeset d49b60b in Klonkt for src/server.js
- Timestamp:
- 07/19/2026 02:52:55 AM (7 weeks ago)
- Branches:
- main
- Children:
- dd568e7
- Parents:
- c867b7b
- git-author:
- Robin <roboburr@…> (07/19/2026 02:52:09 AM)
- git-committer:
- Robin <roboburr@…> (07/19/2026 02:52:55 AM)
- File:
-
- 1 edited
-
src/server.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/server.js
rc867b7b rd49b60b 59 59 import ogRoutes from './routes/og.js'; 60 60 import apRoutes from './routes/activitypub.js'; 61 import oauthRoutes from './routes/oauth.js'; 61 62 import { apWants, startDeliveryWorker, selfHealTimeline } from './services/ActivityPubService.js'; 62 63 … … 282 283 // ActivityPub: WebFinger + /ap/* (site-agnostic, resolves the site by slug). 283 284 app.use(apRoutes); 285 // ActivityPub C2S: OAuth 2.0 (native/web clients). Site-agnostic; the consent 286 // screen picks which site the token can post as. 287 app.use(oauthRoutes); 284 288 285 289 // Themed OG cards (/og/:slug.png) — resolve the site by slug themselves, so they
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)