Skip to content

Commit

Permalink
enable POST to logout [CI SKIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Sep 18, 2019
1 parent 6283b20 commit ab81e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handler/web/web.go
Expand Up @@ -119,6 +119,7 @@ func (s Server) Handler() http.Handler {
),
)
r.Get("/logout", HandleLogout())
r.Post("/logout", HandleLogout())

h2 := http.FileServer(landingpage.New())
h := http.FileServer(dist.New())
Expand Down

0 comments on commit ab81e18

Please sign in to comment.