mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
expose PlaylistController
This commit is contained in:
parent
2b106771d3
commit
075112dc04
@ -25,7 +25,8 @@ global.signLocation = process.env.signLocation
|
|||||||
|
|
||||||
export default class Server {
|
export default class Server {
|
||||||
DB = new DbManager()
|
DB = new DbManager()
|
||||||
eventBus = new EventEmitter()
|
|
||||||
|
eventBus = global.eventBus = new EventEmitter()
|
||||||
|
|
||||||
storage = global.storage = createStorageClientInstance()
|
storage = global.storage = createStorageClientInstance()
|
||||||
|
|
||||||
@ -43,6 +44,7 @@ export default class Server {
|
|||||||
controllers.CommentsController,
|
controllers.CommentsController,
|
||||||
controllers.SearchController,
|
controllers.SearchController,
|
||||||
controllers.FeaturedEventsController,
|
controllers.FeaturedEventsController,
|
||||||
|
controllers.PlaylistsController,
|
||||||
]
|
]
|
||||||
|
|
||||||
middlewares = middlewares
|
middlewares = middlewares
|
||||||
|
Loading…
x
Reference in New Issue
Block a user