4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
import { Injectable } from '@nestjs/common';
|
|
@Injectable()
|
|
export class AppService {}
|