Commit 24ac4281 authored by shahriar's avatar shahriar
Browse files

Update app.controller.ts

parent 1e0e5081
......@@ -31,7 +31,7 @@ export class AppController {
return await this.appService.getFinalResults();
}
@Get('search/:id')
@Get('search2/:id')
async getUserResults(@Param('id') id: string) {
return await this.appService.getUserResult(id);
}
......
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