Skip to content

Commit 5b9a9f6

Browse files
committed
feat(): add index page
1 parent ff4e981 commit 5b9a9f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/app.controller.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ export class AppController {
3030
private readonly resendService: ResendService,
3131
) {}
3232

33+
@Get()
34+
index(): string {
35+
return 'ok';
36+
}
37+
3338
@Post()
3439
async uploadFile(
3540
@Req() req: Request,

0 commit comments

Comments
 (0)