diff --git a/src/views/index.html b/src/views/index.html
index db9ad58..83321d0 100644
--- a/src/views/index.html
+++ b/src/views/index.html
@@ -120,7 +120,7 @@
}
window.http = axios.create({
- baseURL: `${window.location.protocol}//${window.locaation.hostname}`
+ baseURL: `${window.location.protocol}//${window.location.hostname}`
});
{{ if isEnableBasicAuth .BasicAuthToken }}
window.http.defaults.headers.common['Authorization'] = {{ .BasicAuthToken }};