Skip to content

Commit

Permalink
Merge pull request #357 from alphagov/dh-logout-external
Browse files Browse the repository at this point in the history
adds in logout external link
  • Loading branch information
DilwoarH committed Feb 13, 2018
2 parents 2c14a7f + ac18dad commit e8cd7d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dmutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
import flask_featureflags # noqa


__version__ = '33.0.0'
__version__ = '33.0.1'
5 changes: 5 additions & 0 deletions dmutils/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ def render_login():
raise NotImplementedError()


@external.route('/user/logout', methods=["POST"])
def user_logout():
raise NotImplementedError()


# Briefs frontend

@external.route('/buyers')
Expand Down

0 comments on commit e8cd7d0

Please sign in to comment.