changing api to azure function app

This commit is contained in:
2024-11-25 21:05:04 -06:00
parent 471da48ade
commit a7894d3877

View File

@@ -106,7 +106,8 @@ export class AppController {
}
}
@Get()
@Public()
@Get('hello')
getHello(): string {
return this.appService.getHello();
}