Changeset 9d9f3c1 in Klonkt for src/server.js
- Timestamp:
- 06/20/2026 06:41:56 AM (3 months ago)
- Branches:
- main
- Children:
- 57b1843
- Parents:
- 0f11c69
- File:
-
- 1 edited
-
src/server.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/server.js
r0f11c69 r9d9f3c1 61 61 import showsRoutes from './routes/shows.js'; 62 62 import adminShowsRoutes from './routes/admin-shows.js'; 63 import adminEpkRoutes from './routes/admin-epk.js'; 63 64 import changelogRoutes from './routes/changelog.js'; 64 65 … … 265 266 app.use('/admin/newsletter', adminNewsletterRoutes); 266 267 app.use('/admin/shows', adminShowsRoutes); 268 app.use('/admin/epk', adminEpkRoutes); 267 269 app.use('/admin', adminRoutes); 268 270 app.use('/prutter', prutterRoutes);
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)