Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
backoffice_client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
backoffice_client
Commits
23ec55f6
Commit
23ec55f6
authored
10 months ago
by
Bastien DUMONT
Browse files
Options
Downloads
Patches
Plain Diff
fix(api): fetchLogout
parent
386d53c2
No related branches found
Branches containing commit
No related tags found
1 merge request
!157
Release to master
Pipeline
#99609
passed
10 months ago
Stage: build
Stage: build-push
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/API.ts
+1
-1
1 addition, 1 deletion
src/API.ts
with
1 addition
and
1 deletion
src/API.ts
+
1
−
1
View file @
23ec55f6
...
@@ -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
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment