mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 14:06:00 +00:00
logging app language
This commit is contained in:
@@ -186,6 +186,7 @@ export async function apiCall(
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
'x-api-session-id': getApiSessionId(),
|
||||
'x-ui-language': localStorage.getItem('selectedLanguage') || 'en',
|
||||
...resolveApiHeaders(),
|
||||
},
|
||||
body: JSON.stringify(args, serializeJsTypesReplacer),
|
||||
|
||||
Reference in New Issue
Block a user