remove apiService from users module
This commit is contained in:
parent
215e51f764
commit
56dc34977e
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,8 @@ const backendInteractorService = (credentials) => {
|
|||
|
||||
const backendInteractorServiceInstance = {
|
||||
fetchStatus,
|
||||
fetchConversation
|
||||
fetchConversation,
|
||||
verifyCredentials: apiService.verifyCredentials
|
||||
}
|
||||
|
||||
return backendInteractorServiceInstance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue