⚙ updated api sdk

This commit is contained in:
Chirag Bhalotia 2023-06-24 20:19:31 +05:30
parent 5f5aef0329
commit 949e8f81fd
No known key found for this signature in database
GPG Key ID: F7F1F1FBFFD40427
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ export class Settings {
const res = await this.axios.post('/settings', {key, value});
return res
}
async getInstanceInfo(){
}
}
export default Settings;