diff options
author | Joe Marty <jmarty@iexposure.com> | 2017-11-06 16:12:40 -0600 |
---|---|---|
committer | Joe Marty <jmarty@iexposure.com> | 2017-11-06 16:19:15 -0600 |
commit | dfeb60daa607dd96be689cfd3b2f929138efacdf (patch) | |
tree | 7f767b472e9e6e5eb6f1b8e09d09728eba71838d /changelogs | |
parent | 21d8ec1537c0a6d756ea86d001f30f2d62a52247 (diff) | |
download | gitlab-ce-dfeb60daa607dd96be689cfd3b2f929138efacdf.tar.gz |
Change Sign Out route from a DELETE to a GET
Closes #39708
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/feature-change-signout-route.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/feature-change-signout-route.yml b/changelogs/unreleased/feature-change-signout-route.yml new file mode 100644 index 00000000000..bccb85b3eaf --- /dev/null +++ b/changelogs/unreleased/feature-change-signout-route.yml @@ -0,0 +1,5 @@ +--- +title: Change 'Sign Out' route from a DELETE to a GET +merge_request: 39708 +author: Joe Marty +type: changed |