Commit d927093f authored by soheib's avatar soheib
Browse files

fix comment

parent 19e15fcd
......@@ -16,10 +16,10 @@ export class AppController {
return await this.appService.addResultsToDB();
}
// @Get('get-lottory-result')
// async getResultDb() {
// return await this.appService.getResultDb();
// }
@Get('get-lottory-result')
async getResultDb() {
return await this.appService.getResultDb();
}
}
// @Get('get-followers')
......
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