@@ -22,6 +22,6 @@ export const login = async (data: LoginParams) => {
}
export const logout = async () => {
- await axios.get(LOGOUT, {})
+ await axios.post(LOGOUT, {})
delToken()