mirror of
https://github.com/djhackersdev/minime.git
synced 2026-07-28 05:27:45 -05:00
chuni: Add the api endpoint use in older chunithm
This commit is contained in:
parent
9a652e1ace
commit
bc5f26d768
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user