Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
shahriar
instagram-service
Commits
d927093f
Commit
d927093f
authored
Aug 07, 2021
by
soheib
Browse files
fix comment
parent
19e15fcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app.controller.ts
View file @
d927093f
...
...
@@ -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')
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment