renamed standalone route to config route (#586)

This commit is contained in:
RoyUP9
2022-01-04 18:46:03 +02:00
committed by GitHub
parent dbc18b9648
commit bf68689212
4 changed files with 6 additions and 6 deletions

View File

@@ -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)