diff options
Diffstat (limited to 'frontend/src/apis/raw/system.ts')
-rw-r--r-- | frontend/src/apis/raw/system.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/apis/raw/system.ts b/frontend/src/apis/raw/system.ts index 1b64d6b24..3d8791a90 100644 --- a/frontend/src/apis/raw/system.ts +++ b/frontend/src/apis/raw/system.ts @@ -119,4 +119,5 @@ class SystemApi extends BaseApi { } } -export default new SystemApi(); +const systemApi = new SystemApi(); +export default systemApi; |