| @@ -10,7 +10,7 @@ import { ResponseStatsClient } from '../models/responses/ResponseStatsClient'; | ||||
|  | ||||
| @JsonController('/statsclients') | ||||
| @OpenAPI({ security: [{ "AuthToken": [] }, { "RefreshTokenCookie": [] }] }) | ||||
| export class TrackController { | ||||
| export class StatsClientController { | ||||
| 	private clientRepository: Repository<StatsClient>; | ||||
|  | ||||
| 	/** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user