Changeset 749605a in Klonkt for src/server.js
- Timestamp:
- 08/16/2026 03:06:18 PM (3 weeks ago)
- Branches:
- main
- Children:
- a5caa73
- Parents:
- a5515b4 (diff), 9026de5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/server.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/server.js
ra5515b4 r749605a 30 30 import adminAudioRoutes from './routes/admin-audio.js'; 31 31 import adminPlaylistsRoutes from './routes/admin-playlists.js'; 32 import adminListenersRoutes from './routes/admin-listeners.js'; 32 33 import adminSitesRoutes from './routes/admin-sites.js'; 33 34 import adminUsersRoutes from './routes/admin-users.js'; … … 396 397 app.use('/admin/audio', adminAudioRoutes); 397 398 app.use('/admin/playlists', adminPlaylistsRoutes); 399 app.use('/admin/listeners', adminListenersRoutes); 398 400 } 399 401 app.use('/admin/media', adminMediaRoutes); // image library + cleanup (works in lite mode too)
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)