Changeset 8d32dcf in Klonkt for src/server.js
- Timestamp:
- 06/19/2026 06:47:40 AM (3 months ago)
- Branches:
- main
- Children:
- 84325b8
- Parents:
- b9dc94c
- File:
-
- 1 edited
-
src/server.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/server.js
rb9dc94c r8d32dcf 59 59 import linkbioRoutes from './routes/linkbio.js'; 60 60 import embedRoutes from './routes/embed.js'; 61 import showsRoutes from './routes/shows.js'; 62 import adminShowsRoutes from './routes/admin-shows.js'; 61 63 62 64 if (!process.env.SESSION_SECRET) { … … 260 262 app.use('/admin/stats', adminStatsRoutes); 261 263 app.use('/admin/newsletter', adminNewsletterRoutes); 264 app.use('/admin/shows', adminShowsRoutes); 262 265 app.use('/admin', adminRoutes); 263 266 app.use('/prutter', prutterRoutes); … … 279 282 app.use('/', linkbioRoutes); // /links link-in-bio + klikstats (premium) 280 283 app.use('/', embedRoutes); // /embed inbedbare audiospeler (premium) 284 app.use('/', showsRoutes); // /shows agenda + notify-me (premium) 281 285 app.use('/', postsRoutes); 282 286
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)