From f1e24d49a1446a861ef2cfe3f2a9a3b29e438611 Mon Sep 17 00:00:00 2001 From: karasu Date: Wed, 11 Sep 2024 12:50:38 +0800 Subject: [PATCH] fix: fix radar rule --- lib/routes/follow/profile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/follow/profile.ts b/lib/routes/follow/profile.ts index b572e9c92e9da..3667ad48efa17 100644 --- a/lib/routes/follow/profile.ts +++ b/lib/routes/follow/profile.ts @@ -10,7 +10,7 @@ export const route: Route = { radar: [ { source: ['app.follow.is/profile/:uid'], - target: '/follow/profile/:uid', + target: '/profile/:uid', }, ], handler,