You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So probably in the parse.go we should add the api.Services.Router, because in the current implementation the endpoints provided by the servicesRoutes are not available because they are not registered either as the parent or a child.
The text was updated successfully, but these errors were encountered:
Also I found this conflicting that in the
api_test.go
while we initialize the router we register the api.ServicesRouter to the router -:riotpot/test/api/api_test.go
Line 24 in 6d13c90
But in the
parse.go
we register the api.ServiceRouter -:riotpot/cmd/riotpot/parse.go
Line 75 in 6d13c90
So probably in the
parse.go
we should add theapi.Services.Router
, because in the current implementation the endpoints provided by theservicesRoutes
are not available because they are not registered either as the parent or a child.The text was updated successfully, but these errors were encountered: