5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
import { Injectable } from '@nestjs/common';
|
|
|
|
@Injectable()
|
|
export class MenuService {}
|