From ac38af84490b1bd5546ff7ff8135ab4126bee090 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 2 Apr 2025 01:29:46 +0900 Subject: fix(backend): fix paths --- backend/admin/handler.go | 2 +- backend/admin/templates/dashboard.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/admin') diff --git a/backend/admin/handler.go b/backend/admin/handler.go index eaea208..81ea2b7 100644 --- a/backend/admin/handler.go +++ b/backend/admin/handler.go @@ -464,5 +464,5 @@ func (h *Handler) postFix(c echo.Context) error { return echo.NewHTTPError(http.StatusInternalServerError, err.Error()) } } - return c.Redirect(http.StatusSeeOther, basePath+"/admin") + return c.Redirect(http.StatusSeeOther, basePath+"/admin/dashboard") } diff --git a/backend/admin/templates/dashboard.html b/backend/admin/templates/dashboard.html index 17a0d6a..92133b6 100644 --- a/backend/admin/templates/dashboard.html +++ b/backend/admin/templates/dashboard.html @@ -10,7 +10,7 @@

Online Qualifying Ranking

-
+
-- cgit v1.2.3-70-g09d2