Changeset 79d1281 in Klonkt
- Timestamp:
- 06/26/2026 02:28:50 PM (2 months ago)
- Branches:
- main
- Children:
- fdd0d61
- Parents:
- c69267f
- File:
-
- 1 edited
-
src/server.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/server.js
rc69267f r79d1281 26 26 import authRoutes from './routes/auth.js'; 27 27 import accountRoutes from './routes/account.js'; 28 import notificationsRoutes from './routes/notifications.js';29 28 import adminRoutes from './routes/admin.js'; 30 29 import adminAudioRoutes from './routes/admin-audio.js'; … … 286 285 app.use('/auth', authRoutes); 287 286 app.use('/account', accountRoutes); 288 app.use('/notifications', notificationsRoutes); 287 // NB: /notifications is the fediverse notifications page (in postsRoutes). The old 288 // user-notifications route was removed — it collided with the fedi route after the 289 // /meldingen -> /notifications rename, and the user-notifications system is dead. 289 290 if (audioEnabled()) { 290 291 app.use('/admin/audio', adminAudioRoutes);
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)