syncification

This commit is contained in:
zadam
2020-06-20 12:31:38 +02:00
parent 30062d687f
commit 88348c560c
97 changed files with 1673 additions and 1700 deletions

View File

@@ -2,10 +2,10 @@
const appInfo = require('../../services/app_info');
async function getAppInfo() {
function getAppInfo() {
return appInfo;
}
module.exports = {
getAppInfo
};
};