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
4c19977a
Commit
4c19977a
authored
Nov 20, 2021
by
soheib
Browse files
fix lottery url
parent
f0278f47
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lottery/lottery.controller.ts
View file @
4c19977a
...
...
@@ -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
'
)
...
...
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