Finished implementing CallService
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import {networkHandlers} from "./handlers/auth.http";
|
||||
import {authHandlers} from "./handlers/network.http";
|
||||
import {pictureHandlers} from "./handlers/picture.http";
|
||||
import {callHandlers} from "./handlers/call.http";
|
||||
|
||||
export const allHandlers = [
|
||||
...authHandlers,
|
||||
...networkHandlers,
|
||||
...pictureHandlers
|
||||
...pictureHandlers,
|
||||
...callHandlers
|
||||
]
|
||||
Reference in New Issue
Block a user