moved becca to top level source dir

This commit is contained in:
zadam
2021-05-17 22:09:49 +02:00
parent 8bd3e17a3b
commit 439ef4a8cb
58 changed files with 118 additions and 118 deletions

View File

@@ -13,7 +13,7 @@ const cloningService = require('./cloning');
const appInfo = require('./app_info');
const searchService = require('./search/services/search');
const SearchContext = require("./search/search_context.js");
const becca = require("./becca/becca");
const becca = require("../becca/becca.js");
/**
* This is the main backend API interface for scripts. It's published in the local "api" object.