🚚 Remap get account page path
This commit is contained in:
parent
82fa877cad
commit
34c2d0d5e7
@ -127,7 +127,7 @@ func MapControllers(app *fiber.App, baseURL string) {
|
|||||||
{
|
{
|
||||||
directory.Get("/", getOtherUserinfo)
|
directory.Get("/", getOtherUserinfo)
|
||||||
directory.Get("/status", getStatus)
|
directory.Get("/status", getStatus)
|
||||||
directory.Get("/pages", getAccountPage)
|
directory.Get("/page", getAccountPage)
|
||||||
|
|
||||||
directory.Get("/check-in", listOtherUserCheckInRecord)
|
directory.Get("/check-in", listOtherUserCheckInRecord)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user