diff --git a/pkg/internal/web/api/index.go b/pkg/internal/web/api/index.go index cda08e5..30ae399 100644 --- a/pkg/internal/web/api/index.go +++ b/pkg/internal/web/api/index.go @@ -127,7 +127,7 @@ func MapControllers(app *fiber.App, baseURL string) { { directory.Get("/", getOtherUserinfo) directory.Get("/status", getStatus) - directory.Get("/pages", getAccountPage) + directory.Get("/page", getAccountPage) directory.Get("/check-in", listOtherUserCheckInRecord) }