feat: add check period to public url

pull/141/head 1.6.0-alpha.2
shancheas 2025-05-27 11:51:54 +07:00
parent 2dd0bd45a8
commit 968697ee17
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ export class SeasonPeriodReadController {
return await this.orchestrator.index(params); return await this.orchestrator.index(params);
} }
@Public(true)
@Get('current-period') @Get('current-period')
async currentPeriod( async currentPeriod(
@Query() params: FilterCurrentSeasonDto, @Query() params: FilterCurrentSeasonDto,