From 081f38a84573d280aefd1dbcb477acea54ce5aee Mon Sep 17 00:00:00 2001 From: OxSaitama Date: Mon, 2 Oct 2023 11:17:47 +0200 Subject: [PATCH] remove customer controller from customer controller --- src/app/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/index.ts b/src/app/index.ts index 0799266a..274b1ed2 100644 --- a/src/app/index.ts +++ b/src/app/index.ts @@ -42,7 +42,6 @@ import FilesControllerCustomer from "./api/customer/FilesController"; import DocumentsControllerCustomer from "./api/customer/DocumentsController"; import OfficeFoldersController from "./api/customer/OfficeFoldersController"; import OfficeFolderAnchorsController from "./api/notary/OfficeFolderAnchorsController"; -import CustomersController from "./api/customer/CustomersController"; import LiveVoteController from "./api/super-admin/LiveVoteController"; import DocumentControllerId360 from "./api/id360/DocumentController"; import CustomerControllerId360 from "./api/id360/CustomerController";