src/services/api/index.ts
@@ -9,6 +9,7 @@ import * as dictionary from './dictionary'; import * as taskUser from './taskUser'; import * as auth from './auth'; import * as taskUser from './taskUser'; import * as task from './task'; import * as enterprise from './enterprise'; import * as role from './role'; @@ -21,6 +22,7 @@ dictionary, taskUser, auth, taskUser, task, enterprise, role,