Feature/about api (#253)

* fix settings

* app info cleanup

Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
Hayden
2021-04-02 11:02:01 -08:00
committed by GitHub
parent fd21777990
commit bc595d5cfa
7 changed files with 38 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ const debugURLs = {
};
export const metaAPI = {
async get_version() {
async getAppInfo() {
let response = await apiReq.get(debugURLs.version);
return response.data;
},