diff options
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/admin/handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/admin/handler.go b/backend/admin/handler.go index 111476b..b50b942 100644 --- a/backend/admin/handler.go +++ b/backend/admin/handler.go @@ -261,5 +261,5 @@ func (h *Handler) postGameEdit(c echo.Context) error { return echo.NewHTTPError(http.StatusInternalServerError, err.Error()) } - return c.NoContent(http.StatusNoContent) + return c.Redirect(http.StatusSeeOther, c.Request().URL.Path) } |
