refactor(app): changed ways we get data so we can have better reasons why app no worky
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<title>Logistics Support Tool</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<script>
|
||||
const configScript = document.createElement("script");
|
||||
configScript.src = `${window.location.origin}/lst/api/lst-config.js`;
|
||||
|
||||
Reference in New Issue
Block a user