mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-26 00:05:18 +00:00
Remove panic if Swagger disabled in config (#1155)
This commit is contained in:
parent
03ab76bb2d
commit
4704817ce8
@ -784,11 +784,7 @@ func (app *App) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APIConfig
|
|||||||
authtx.RegisterGRPCGatewayRoutes(clientCtx, apiSvr.GRPCGatewayRouter)
|
authtx.RegisterGRPCGatewayRoutes(clientCtx, apiSvr.GRPCGatewayRouter)
|
||||||
ModuleBasics.RegisterGRPCGatewayRoutes(clientCtx, apiSvr.GRPCGatewayRouter)
|
ModuleBasics.RegisterGRPCGatewayRoutes(clientCtx, apiSvr.GRPCGatewayRouter)
|
||||||
|
|
||||||
// register swagger API from root so that other applications can override easily
|
// Swagger API configuration is ignored
|
||||||
if apiConfig.Swagger {
|
|
||||||
// TODO where should old and new swagger docs be served? Should files be embedded in the binary?
|
|
||||||
panic("TODO: register swagger in app")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// RegisterTxService implements the Application.RegisterTxService method.
|
// RegisterTxService implements the Application.RegisterTxService method.
|
||||||
|
Loading…
Reference in New Issue
Block a user