wip import zip as help

This commit is contained in:
zadam
2022-12-25 23:36:56 +01:00
parent b906efb23b
commit acda37e334
5 changed files with 30 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ const utils = require('./services/utils');
const assetPath = require('./services/asset_path');
require('./services/handlers');
require('./becca/becca_loader');
require('./services/help_import');
const app = express();