refactor: integrations folder

This commit is contained in:
Davidson Gomes
2024-08-20 16:22:02 -03:00
parent 884362e70c
commit 2ec0b842c1
38 changed files with 212 additions and 259 deletions

View File

@@ -1,4 +1,4 @@
import { Constructor } from '@api/dto/integration.dto';
import { Constructor } from '@api/integrations/integration.dto';
export class RabbitmqDto {
enabled: boolean;