From f88b1c37cb9f86f53834825716ba11e714d30260 Mon Sep 17 00:00:00 2001 From: kyy Date: Wed, 4 Feb 2026 13:44:20 +0900 Subject: [PATCH] =?UTF-8?q?RP=20=EC=97=B0=EB=8F=99=20=EC=9D=B4=EB=A0=A5=20?= =?UTF-8?q?=EC=A1=B0=ED=9A=8C=20API=20=EC=97=94=EB=93=9C=ED=8F=AC=EC=9D=B8?= =?UTF-8?q?=ED=8A=B8=20=EA=B5=AC=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/cmd/server/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/cmd/server/main.go b/backend/cmd/server/main.go index a51bea25..7c7931c5 100644 --- a/backend/cmd/server/main.go +++ b/backend/cmd/server/main.go @@ -535,6 +535,7 @@ func main() { user.Post("/me/send-code", authHandler.SendUpdateCode) user.Post("/me/verify-code", authHandler.VerifyUpdateCode) user.Get("/rp/linked", authHandler.ListLinkedRps) + user.Get("/rp/history", authHandler.ListRpHistory) user.Delete("/rp/linked/:id", authHandler.RevokeLinkedRp) // Admin Routes