Feature/32 deploy api as azure function app #34

Merged
noahspannbauer merged 7 commits from feature/32-deploy-api-as-azure-function-app into main 2024-11-29 23:51:16 -05:00
Showing only changes of commit a7894d3877 - Show all commits

View File

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