Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
import { Injectable } from '@nestjs/common';
@Injectable()
export class AppService {
getHello(): string {
return 'Hello World!';
}