forked from Cookies_Github_mirror/AquaDX
Merge branch 'v1-dev' into pr/99
This commit is contained in:
@@ -312,4 +312,6 @@ export const SETTING = {
|
||||
post('/api/v2/settings/get', {}),
|
||||
set: (key: string, value: any) =>
|
||||
post('/api/v2/settings/set', { key, value: `${value}` }),
|
||||
detailSet: (game: string, field: string, value: any) =>
|
||||
post(`/api/v2/game/${game}/user-detail-set`, { field, value }),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user