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
18cf3ef6
Commit
18cf3ef6
authored
Aug 11, 2021
by
soheib
Browse files
delete dto
parent
11b7f235
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/app.controller.ts
View file @
18cf3ef6
import
{
Body
,
Controller
,
Get
,
Post
}
from
'
@nestjs/common
'
;
import
{
Body
,
Controller
,
Get
,
Post
}
from
'
@nestjs/common
'
;
import
{
AppService
}
from
'
./app.service
'
;
import
{
AppService
}
from
'
./app.service
'
;
import
{
GetUserScore
}
from
'
./dto/get-user-score
'
;
@
Controller
()
@
Controller
()
export
class
AppController
{
export
class
AppController
{
...
...
src/dto/get-user-score.ts
deleted
100644 → 0
View file @
11b7f235
export
class
GetUserScore
{
username
:
string
}
\ No newline at end of file
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