Skip to content
Snippets Groups Projects
Commit aa922564 authored by L4168's avatar L4168
Browse files

fixed issue from merge conflict

parent d8348c56
No related branches found
No related tags found
1 merge request!59Development to master
import { Injectable } from '@nestjs/common';
@Injectable()
export class AppService {}
export class AppService {
getHello(): string {
return 'Hello World!';
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment