mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-29 10:17:30 +08:00
added endpoint to ape
This commit is contained in:
parent
df64b6eaf7
commit
0fc2397a62
1 changed files with 4 additions and 0 deletions
|
|
@ -192,4 +192,8 @@ export default class Users {
|
|||
},
|
||||
});
|
||||
}
|
||||
|
||||
async getInbox(): Promise<Ape.EndpointData> {
|
||||
return await this.httpClient.patch(`${BASE_PATH}/inbox`);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue