targo-backend/src/app.service.ts
2025-10-27 11:47:38 -04:00

5 lines
88 B
TypeScript

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