icynet-auth-server/src/app.service.ts

5 lines
87 B
TypeScript

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