From bc5f26d7680dcef5d52ba27c657f48c940bd181f Mon Sep 17 00:00:00 2001 From: 07bea96aed831abce88a9591d3ff86af19babd79 <07bea96aed831abce88a9591d3ff86af19babd79@redacted> Date: Thu, 30 Jan 2020 18:26:36 +0000 Subject: [PATCH] chuni: Add the api endpoint use in older chunithm --- src/chunithm/handler/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chunithm/handler/index.ts b/src/chunithm/handler/index.ts index 9b04dae..c140a40 100644 --- a/src/chunithm/handler/index.ts +++ b/src/chunithm/handler/index.ts @@ -104,6 +104,7 @@ export default function chunithm(db: DataSource) { wrapper.rpc("/GetUserOptionApi", getUserOption); wrapper.rpc("/GetUserOptionExApi", getUserOptionEx); wrapper.rpc("/GetUserPreviewApi", getUserPreview); + wrapper.rpc("/GetUserRecentPlayerApi", getUserRecentRating); wrapper.rpc("/GetUserRecentRatingApi", getUserRecentRating); wrapper.rpc("/GetUserRegionApi", getUserRegion); wrapper.rpc("/UpsertClientBookkeepingApi", upsertClientBookkeeping);