fix: reorganization of files and folders

This commit is contained in:
Davidson Gomes
2024-04-12 17:22:11 -03:00
parent eb04c3f113
commit 94f5c130bf
33 changed files with 73 additions and 51 deletions

View File

@@ -1,4 +1,4 @@
import { HttpStatus } from '../api/routers/index.router';
import { HttpStatus } from '../api/routes/index.router';
export class BadRequestException {
constructor(...objectError: any[]) {

View File

@@ -1,4 +1,4 @@
import { HttpStatus } from '../api/routers/index.router';
import { HttpStatus } from '../api/routes/index.router';
export class UnauthorizedException {
constructor(...objectError: any[]) {

View File

@@ -1,4 +1,4 @@
import { HttpStatus } from '../api/routers/index.router';
import { HttpStatus } from '../api/routes/index.router';
export class ForbiddenException {
constructor(...objectError: any[]) {

View File

@@ -1,4 +1,4 @@
import { HttpStatus } from '../api/routers/index.router';
import { HttpStatus } from '../api/routes/index.router';
export class NotFoundException {
constructor(...objectError: any[]) {

View File

@@ -1,4 +1,4 @@
import { HttpStatus } from '../api/routers/index.router';
import { HttpStatus } from '../api/routes/index.router';
export class InternalServerErrorException {
constructor(...objectError: any[]) {