All files / js/actions/App/Http/Controllers index.ts

0% Statements 0/1
100% Branches 0/0
100% Functions 0/0
0% Lines 0/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82                                                                                                                                                                   
import Auth from './Auth'
import DashboardController from './DashboardController'
import Settings from './Settings'
import CustomersController from './CustomersController'
import ContactController from './ContactController'
import ProductController from './ProductController'
import ProductBatchController from './ProductBatchController'
import ProductSerialNumberController from './ProductSerialNumberController'
import CategoryController from './CategoryController'
import JobcardController from './JobcardController'
import QuotesController from './QuotesController'
import InvoicesController from './InvoicesController'
import PaymentsController from './PaymentsController'
import CreditNotesController from './CreditNotesController'
import UsersController from './UsersController'
import GroupsController from './GroupsController'
import AdministrationController from './AdministrationController'
import SMSSettingsController from './SMSSettingsController'
import WhatsAppSettingsController from './WhatsAppSettingsController'
import Administration from './Administration'
import CompanySettingsController from './CompanySettingsController'
import XeroSettingsController from './XeroSettingsController'
import XeroWebhookController from './XeroWebhookController'
import SuppliersController from './SuppliersController'
import StockMovementsController from './StockMovementsController'
import PurchaseOrdersController from './PurchaseOrdersController'
import TimeEntryController from './TimeEntryController'
import AuditLogController from './AuditLogController'
import BackupController from './BackupController'
import ReportController from './ReportController'
import JobcardReportController from './JobcardReportController'
import TeamController from './TeamController'
import LicenseController from './LicenseController'
import UserListPreferenceController from './UserListPreferenceController'
import NotesController from './NotesController'
import ClientZoneController from './ClientZoneController'
import RegisteredUsersController from './RegisteredUsersController'
import InstallerController from './InstallerController'
import Api from './Api'
const Controllers = {
    Auth: Object.assign(Auth, Auth),
DashboardController: Object.assign(DashboardController, DashboardController),
Settings: Object.assign(Settings, Settings),
CustomersController: Object.assign(CustomersController, CustomersController),
ContactController: Object.assign(ContactController, ContactController),
ProductController: Object.assign(ProductController, ProductController),
ProductBatchController: Object.assign(ProductBatchController, ProductBatchController),
ProductSerialNumberController: Object.assign(ProductSerialNumberController, ProductSerialNumberController),
CategoryController: Object.assign(CategoryController, CategoryController),
JobcardController: Object.assign(JobcardController, JobcardController),
QuotesController: Object.assign(QuotesController, QuotesController),
InvoicesController: Object.assign(InvoicesController, InvoicesController),
PaymentsController: Object.assign(PaymentsController, PaymentsController),
CreditNotesController: Object.assign(CreditNotesController, CreditNotesController),
UsersController: Object.assign(UsersController, UsersController),
GroupsController: Object.assign(GroupsController, GroupsController),
AdministrationController: Object.assign(AdministrationController, AdministrationController),
SMSSettingsController: Object.assign(SMSSettingsController, SMSSettingsController),
WhatsAppSettingsController: Object.assign(WhatsAppSettingsController, WhatsAppSettingsController),
Administration: Object.assign(Administration, Administration),
CompanySettingsController: Object.assign(CompanySettingsController, CompanySettingsController),
XeroSettingsController: Object.assign(XeroSettingsController, XeroSettingsController),
XeroWebhookController: Object.assign(XeroWebhookController, XeroWebhookController),
SuppliersController: Object.assign(SuppliersController, SuppliersController),
StockMovementsController: Object.assign(StockMovementsController, StockMovementsController),
PurchaseOrdersController: Object.assign(PurchaseOrdersController, PurchaseOrdersController),
TimeEntryController: Object.assign(TimeEntryController, TimeEntryController),
AuditLogController: Object.assign(AuditLogController, AuditLogController),
BackupController: Object.assign(BackupController, BackupController),
ReportController: Object.assign(ReportController, ReportController),
JobcardReportController: Object.assign(JobcardReportController, JobcardReportController),
TeamController: Object.assign(TeamController, TeamController),
LicenseController: Object.assign(LicenseController, LicenseController),
UserListPreferenceController: Object.assign(UserListPreferenceController, UserListPreferenceController),
NotesController: Object.assign(NotesController, NotesController),
ClientZoneController: Object.assign(ClientZoneController, ClientZoneController),
RegisteredUsersController: Object.assign(RegisteredUsersController, RegisteredUsersController),
InstallerController: Object.assign(InstallerController, InstallerController),
Api: Object.assign(Api, Api),
}
 
export default Controllers