1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

auth middleware

This commit is contained in:
muerwre 2019-04-04 17:02:38 +07:00
parent 3982b894d7
commit 4f86847e59
3 changed files with 9 additions and 1 deletions

View file

@ -1,4 +1,4 @@
import { api } from "$utils/api";
import { api, authMiddleware } from "$utils/api";
import { API } from "$constants/api";
import { IApiUser } from "$redux/user/constants";