Skip to content

Commit

Permalink
updating routes and managin errors in user responses
Browse files Browse the repository at this point in the history
  • Loading branch information
gamboaalejandro committed Jan 18, 2024
1 parent cb75c2c commit e43fd8e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Result } from 'src/common/domain/logic/Result';
import { IApplicationService } from 'src/common/Application/application-service/application.service.interface';
import { IAudithRepository } from "src/common/domain/repositories/IaudithRepository";
import { IAudithRepository } from "src/common/domain/repositories/audit-repository";
import { ApplicationServiceDecorator } from './application.service.decorator';

/** AudithApplicationServiceDecorator: Es un decorador para agregar la auditoria.*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IAudithRepository } from "src/common/domain/repositories/IaudithRepository";
import { IAudithRepository } from "src/common/domain/repositories/audit-repository";
import { AudithEntity } from "../entities/audith.entity";
import { Repository } from "typeorm";
import { DataSourceSingleton } from "../dataSourceSingleton";
Expand Down

0 comments on commit e43fd8e

Please sign in to comment.