rices/src/app.service.ts
2024-12-26 00:58:36 +01:00

4 lines
87 B
TypeScript

import { Injectable } from '@nestjs/common';
@Injectable()
export class AppService {}