enable POST to logout [CI SKIP]
This commit is contained in:
parent
6283b20972
commit
ab81e18705
1 changed files with 1 additions and 0 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue