mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
updated api endpoint
This commit is contained in:
@@ -2,7 +2,5 @@ import 'crawlab-ui/dist/crawlab-ui.css';
|
||||
import {createApp} from 'crawlab-ui';
|
||||
|
||||
(async function () {
|
||||
// @ts-ignore
|
||||
window.VUE_APP_API_BASE_URL = process.env.VUE_APP_API_BASE_URL;
|
||||
await createApp();
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user