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