mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-02-05 23:06:26 -06:00
Path mapping & deps fix & bundler changed to tsup
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { InstanceDto } from '../dto/instance.dto';
|
||||
import { HandleLabelDto } from '../dto/label.dto';
|
||||
import { WAMonitoringService } from '../services/monitor.service';
|
||||
import { InstanceDto } from '@api/dto/instance.dto';
|
||||
import { HandleLabelDto } from '@api/dto/label.dto';
|
||||
import { WAMonitoringService } from '@api/services/monitor.service';
|
||||
|
||||
export class LabelController {
|
||||
constructor(private readonly waMonitor: WAMonitoringService) {}
|
||||
|
||||
Reference in New Issue
Block a user