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