mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-22 13:22:21 -06:00
Path mapping & deps fix & bundler changed to tsup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { HttpStatus } from '../api/routes/index.router';
|
||||
import { HttpStatus } from '@api/routes/index.router';
|
||||
|
||||
export class BadRequestException {
|
||||
constructor(...objectError: any[]) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { HttpStatus } from '../api/routes/index.router';
|
||||
import { HttpStatus } from '@api/routes/index.router';
|
||||
|
||||
export class UnauthorizedException {
|
||||
constructor(...objectError: any[]) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { HttpStatus } from '../api/routes/index.router';
|
||||
import { HttpStatus } from '@api/routes/index.router';
|
||||
|
||||
export class ForbiddenException {
|
||||
constructor(...objectError: any[]) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { HttpStatus } from '../api/routes/index.router';
|
||||
import { HttpStatus } from '@api/routes/index.router';
|
||||
|
||||
export class NotFoundException {
|
||||
constructor(...objectError: any[]) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { HttpStatus } from '../api/routes/index.router';
|
||||
import { HttpStatus } from '@api/routes/index.router';
|
||||
|
||||
export class InternalServerErrorException {
|
||||
constructor(...objectError: any[]) {
|
||||
|
||||
Reference in New Issue
Block a user