move OpenAPI config to App component rather than Login

This commit is contained in:
2021-01-08 17:31:37 +01:00
parent 0c7bc07d67
commit b107f5de95
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,6 @@
import { _ } from "svelte-i18n";
store.init();
import { OpenAPI, AuthService } from "@odit/lfk-client-js";
OpenAPI.BASE = config.baseurl;
import Toastify from "toastify-js";
// ------
let username = "demo";