strip api prefix middleware
All checks were successful
Deploy Backend / deploy (push) Successful in 1m40s
All checks were successful
Deploy Backend / deploy (push) Successful in 1m40s
This commit is contained in:
@ -5,7 +5,7 @@ import { AppService } from "../service/app.service";
|
||||
export class AppController {
|
||||
constructor(private readonly appService: AppService) {}
|
||||
|
||||
@Get()
|
||||
@Get("/")
|
||||
getHello(): string {
|
||||
return this.appService.getHello();
|
||||
}
|
||||
|
Reference in New Issue
Block a user