mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-25 18:08:40 -06:00
fix: revert delete instance router
This commit is contained in:
parent
b99f09980c
commit
d775a454c5
@ -51,6 +51,7 @@ if (!httpServer.HIDE_INDEX)
|
||||
if (!httpServer.HIDE_MANAGER) router.use('/manager', new ViewsRouter().router);
|
||||
|
||||
router
|
||||
.use('/instance', new InstanceRouter(configService, ...guards).router)
|
||||
.use('/manager', new ViewsRouter().router)
|
||||
.use('/message', new MessageRouter(...guards).router)
|
||||
.use('/chat', new ChatRouter(...guards).router)
|
||||
|
Loading…
Reference in New Issue
Block a user