Spaces:
Sleeping
Sleeping
| import { Injectable } from '@nestjs/common'; | |
| () | |
| export class AppService { | |
| getHello(): string { | |
| return 'Hello World!'; | |
| } | |
| } | |
| import { Injectable } from '@nestjs/common'; | |
| () | |
| export class AppService { | |
| getHello(): string { | |
| return 'Hello World!'; | |
| } | |
| } | |