changing api to azure function app

This commit is contained in:
2024-11-25 21:01:57 -06:00
parent c66d75928c
commit 471da48ade

View File

@@ -105,4 +105,9 @@ export class AppController {
return error;
}
}
@Get()
getHello(): string {
return this.appService.getHello();
}
}