Commit 4c19977a authored by soheib's avatar soheib
Browse files

fix lottery url

parent f0278f47
......@@ -23,7 +23,11 @@ export class LotteryController {
return await this.lotteryService.addResultsToDB()
}
@ApiTags('Lottery/weekly')
@Get('weekly/get-lottory-result')
async getResultDb() {
return await this.lotteryService.getResultDb()
}
@ApiBody({ type: ChangeStatusDto })
@ApiTags('Lottery/weekly')
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment