mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +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 {
|
||||
DB = new DbManager()
|
||||
eventBus = new EventEmitter()
|
||||
|
||||
eventBus = global.eventBus = new EventEmitter()
|
||||
|
||||
storage = global.storage = createStorageClientInstance()
|
||||
|
||||
@ -43,6 +44,7 @@ export default class Server {
|
||||
controllers.CommentsController,
|
||||
controllers.SearchController,
|
||||
controllers.FeaturedEventsController,
|
||||
controllers.PlaylistsController,
|
||||
]
|
||||
|
||||
middlewares = middlewares
|
||||
|
Loading…
x
Reference in New Issue
Block a user