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
24ac4281
Commit
24ac4281
authored
Jul 27, 2021
by
shahriar
☹
Browse files
Update app.controller.ts
parent
1e0e5081
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app.controller.ts
View file @
24ac4281
...
...
@@ -31,7 +31,7 @@ export class AppController {
return
await
this
.
appService
.
getFinalResults
();
}
@
Get
(
'
search/:id
'
)
@
Get
(
'
search
2
/:id
'
)
async
getUserResults
(@
Param
(
'
id
'
)
id
:
string
)
{
return
await
this
.
appService
.
getUserResult
(
id
);
}
...
...
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