Skip to content

Commit

Permalink
Changes On Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
MAYKELL07 committed Nov 1, 2023
1 parent 90aa2b9 commit 6e40f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/view/view.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ViewService } from './view.service';
export class ViewController {
constructor(private viewService: ViewService) {}

@Get('/')
@Get()
public async showHome(@Req() req: Request, @Res() res: Response) {
await this.viewService.handler(req, res);
}
Expand Down

0 comments on commit 6e40f07

Please sign in to comment.