Skip to content

Commit

Permalink
terter
Browse files Browse the repository at this point in the history
  • Loading branch information
CleilsonAndrade committed Jul 23, 2024
1 parent 3e79fae commit 9d62ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { AppService } from './app.service';
@ApiTags('Default')
@Controller()
export class AppController {
constructor(private readonly appService: AppService) {}

constructor(private readonly appService: AppService) { }
sdfdsfsdf
@Get()
getHello(): string {
return this.appService.getHello();
Expand Down

0 comments on commit 9d62ec7

Please sign in to comment.