mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
- Fix indentation
This commit is contained in:
parent
f79602ae74
commit
fb9839cb3d
2 changed files with 33 additions and 33 deletions
|
@ -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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue