Skip to content
Snippets Groups Projects
Commit 9857f06c authored by Steve Reis's avatar Steve Reis
Browse files

fix: Change status path name

parent 95b6dc83
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import { AppService } from './app.service';
export class AppController {
constructor(private readonly appService: AppService) {}
@Get()
@Get('status')
getStatus(): string {
return this.appService.getStatus();
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment