changing api to azure function app
This commit is contained in:
@@ -106,7 +106,8 @@ export class AppController {
|
||||
}
|
||||
}
|
||||
|
||||
@Get()
|
||||
@Public()
|
||||
@Get('hello')
|
||||
getHello(): string {
|
||||
return this.appService.getHello();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user