fix: add POST /login to public routes

This commit is contained in:
2026-05-26 23:08:03 +02:00
parent eb9e682b75
commit f70e2e4bcd

View File

@@ -17,6 +17,7 @@ type publicRoute struct {
var publicRoutes = []publicRoute{
// Pages.
{method: http.MethodGet, path: "/login"},
{method: http.MethodPost, path: "/login"},
{method: http.MethodGet, path: "/logout"},
// Static assets.