From 93f2ffc18d1d86bd2999533e8d904c92cb29bc1a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 8 Aug 2024 21:22:50 +0900 Subject: fix(backend): fix admin game edit page --- backend/admin/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/admin/handler.go') 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) } -- cgit v1.2.3-70-g09d2