mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 03:25:15 +00:00
Make login default to the call url
This commit is contained in:
parent
8228a7ad13
commit
983cd5004a
|
@ -66,7 +66,7 @@ import { setBaseUrl } from '@/shared/apiService';
|
||||||
|
|
||||||
import { AuthPayload } from '@/types';
|
import { AuthPayload } from '@/types';
|
||||||
|
|
||||||
const defaultURL = 'http://localhost:8080';
|
const defaultURL = window.location.origin || 'http://localhost:8080';
|
||||||
|
|
||||||
@Component({})
|
@Component({})
|
||||||
export default class Login extends Vue {
|
export default class Login extends Vue {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user