This commit is contained in:
Gsk54
2023-01-24 16:02:20 +01:00
parent c879964c9b
commit e5df7ff170
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import { InjectMapper } from '@automapper/nestjs';
import { Controller, UsePipes } from '@nestjs/common';
import { CommandBus, QueryBus } from '@nestjs/cqrs';
import { GrpcMethod, RpcException } from '@nestjs/microservices';
import { DatabaseException } from '../../../database/src/exceptions/DatabaseException';
import { DatabaseException } from '../../../database/src/exceptions/database.exception';
import { CreateUserCommand } from '../../commands/create-user.command';
import { DeleteUserCommand } from '../../commands/delete-user.command';
import { UpdateUserCommand } from '../../commands/update-user.command';