🚚 Remap get account page path

This commit is contained in:
LittleSheep 2025-03-21 00:06:03 +08:00
parent 82fa877cad
commit 34c2d0d5e7

View File

@ -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)
}