chuni: Add the api endpoint use in older chunithm

This commit is contained in:
07bea96aed831abce88a9591d3ff86af19babd79 2020-01-30 18:26:36 +00:00 committed by da5669c09fdb0a288ba01e259a609d7779ac7fc9
parent 9a652e1ace
commit bc5f26d768

View File

@ -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);