Skip to content

Commit

Permalink
Merge pull request #21 from Geeks-ucab-streaming/Alejadro-Branch
Browse files Browse the repository at this point in the history
updating routes and managin errors in user responses
  • Loading branch information
gamboaalejandro authored Jan 17, 2024
2 parents c62020b + 5a486ab commit df04d77
Showing 1 changed file with 1 addition and 1 deletion.
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 '../../../domain/repositories/IAudithRepository';
import { IAudithRepository } from "src/common/domain/repositories/IAudithRepository";
import { ApplicationServiceDecorator } from './application.service.decorator';

/** AudithApplicationServiceDecorator: Es un decorador para agregar la auditoria.*/
Expand Down

0 comments on commit df04d77

Please sign in to comment.