From 366eef004d888756c27dec6d6fbda7a396c20530 Mon Sep 17 00:00:00 2001 From: winter Date: Sun, 8 Jan 2023 00:35:51 +0900 Subject: [PATCH] oh yeah i forgot about this tiny detail --- src/endpoints/accounts/syncAccount.cr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/endpoints/accounts/syncAccount.cr b/src/endpoints/accounts/syncAccount.cr index 708af6c..6f3d4be 100644 --- a/src/endpoints/accounts/syncAccount.cr +++ b/src/endpoints/accounts/syncAccount.cr @@ -29,5 +29,7 @@ CrystalGauntlet.endpoints["/accounts/syncGJAccount.php"] = ->(context : HTTP::Se end } +CrystalGauntlet.endpoints["/accounts/syncGJAccount20.php"] = CrystalGauntlet.endpoints["/accounts/syncGJAccount.php"] + CrystalGauntlet.endpoints["/database/accounts/syncGJAccountNew.php"] = CrystalGauntlet.endpoints["/accounts/syncGJAccount.php"]