Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { Injectable, Logger, NotFoundException } from '@nestjs/common'; import { Injectable, Logger, NotFoundException } from '@nestjs/common';
import { User } from './dto/user'; import { User } from 'src/dto/user';
@Injectable() @Injectable()
export class UserService { export class UserService {