- Fix indentation

This commit is contained in:
Аlexander Kiselev 2025-02-07 10:38:55 +03:00
parent f79602ae74
commit fb9839cb3d
2 changed files with 33 additions and 33 deletions

View file

@ -104,7 +104,7 @@ func (controller *APIController) initApiV2Router(router *gin.RouterGroup) {
inboundsApiGroup.GET("/:id/clients/:clientId/traffic", controller.inbounds.getClientTrafficsById) inboundsApiGroup.GET("/:id/clients/:clientId/traffic", controller.inbounds.getClientTrafficsById)
// TODO: get client ips by ID // TODO: get client ips by ID
// TODO: client client ips by ID // TODO: clear client ips by ID
// TODO: reset client traffic by ID // TODO: reset client traffic by ID
/** /**