fix: reorganization of files and folders

This commit is contained in:
Davidson Gomes
2024-04-12 17:13:15 -03:00
parent 794213b5c6
commit 8ece6fb998
125 changed files with 500 additions and 343 deletions

View File

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

View File

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

View File

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

View File

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

View File

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