vika-server / src /app.service.ts
Viktoria435
Initialize NestJS project with basic structure and configurations
22df730
raw
history blame contribute delete
87 Bytes
import { Injectable } from '@nestjs/common';
@Injectable()
export class AppService {}