mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-15 22:31:44 +00:00
renamed standalone route to config route (#586)
This commit is contained in:
@@ -261,7 +261,7 @@ func hostApi(socketHarOutputChannel chan<- *tapApi.OutputChannelItem) {
|
||||
api.WebSocketRoutes(app, &eventHandlers, startTime)
|
||||
|
||||
if config.Config.StandaloneMode {
|
||||
routes.StandaloneRoutes(app)
|
||||
routes.ConfigRoutes(app)
|
||||
}
|
||||
|
||||
routes.QueryRoutes(app)
|
||||
|
Reference in New Issue
Block a user