Skip to content

Commit

Permalink
test files update
Browse files Browse the repository at this point in the history
  • Loading branch information
wissemmtiri authored Mar 26, 2024
1 parent 35a8b35 commit fe1e3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { Injectable } from '@nestjs/common';
@Injectable()
export class AppService {
getHello(): string {
return 'Salemou aalaykom';
return 'Hello World!';
}
}

0 comments on commit fe1e3da

Please sign in to comment.