feat: add additional routes from defined directory
This commit is contained in:
@@ -41,7 +41,7 @@ func (gatewayServer GatewayServer) Start() error {
|
||||
}
|
||||
|
||||
if !gatewayServer.gateway.DisableDisplayRouteOnStart {
|
||||
printRoute(gatewayServer.gateway.Routes)
|
||||
printRoute(dynamicRoutes)
|
||||
}
|
||||
|
||||
httpServer := gatewayServer.createServer(":8080", route, nil)
|
||||
|
||||
Reference in New Issue
Block a user