changed appmenu url
This commit is contained in:
parent
b00fc04a82
commit
1aa6016a01
@ -15,7 +15,7 @@ const AuthRepository = {
|
|||||||
logout: (data) => api.post("/api/auth/logout", data),
|
logout: (data) => api.post("/api/auth/logout", data),
|
||||||
profile: () => api.get("/api/user/profile"),
|
profile: () => api.get("/api/user/profile"),
|
||||||
changepassword: (data) => api.post("/api/auth/change-password", data),
|
changepassword: (data) => api.post("/api/auth/change-password", data),
|
||||||
appmenu:()=>api.get('/api/AppMenu/sidebar/menu-section')
|
appmenu:()=>api.get('/api/appmenu/get/menu')
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user