add base url

This commit is contained in:
Alireza Ahmadi
2024-02-26 19:01:01 +01:00
parent 30c9ed6aa7
commit c54d9c15bc
16 changed files with 80 additions and 30 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ const menu = [
]
const logout = async () => {
const response = await HttpUtil.get('/api/logout')
const response = await HttpUtil.get('api/logout')
if(response.success){
router.push('/login')
}