Skip to content
Snippets Groups Projects
Commit 23ec55f6 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix(api): fetchLogout

parent 386d53c2
No related branches found
No related tags found
1 merge request!157Release to master
Pipeline #99609 passed
...@@ -31,7 +31,7 @@ export const fetchWhoAmI = async () => { ...@@ -31,7 +31,7 @@ export const fetchWhoAmI = async () => {
} }
export const fetchLogout = async () => { export const fetchLogout = async () => {
return await axios.get(endpoints.common.WhoAmI) return await axios.get(endpoints.common.logout)
} }
export const fetchEcogestureImages = async ( export const fetchEcogestureImages = async (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment