forked from ebhomengo/niki
1
0
Fork 0

fix(delivery): register admin agent route to fix 404 error

This commit is contained in:
Ruhollah 2024-09-06 15:00:29 +03:30
parent 2ebe233d8f
commit 1e50e4c458
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ func (s Server) RegisterRoutes() {
s.benefactorAddressHandler.SetRoutes(s.Router)
s.benefactorKindBoxHandler.SetRoutes(s.Router)
s.adminHandler.SetRoutes(s.Router)
s.adminAgentHandler.SetRoutes(s.Router)
s.adminKindBoxReqHandler.SetRoutes(s.Router)
s.adminKindBoxHandler.SetRoutes(s.Router)
s.agentKindBoxHandler.SetRoutes(s.Router)