change host
Gitea Actions Demo / build_and_push (push) Successful in 5m32s Details

This commit is contained in:
artem 2024-12-24 19:54:58 +03:00
parent 6fe580d2f1
commit 9e989cf348
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ import axios from 'axios';
import { AxiosResponse } from "axios";
import { createYmaps } from 'vue-yandex-maps';
// const HOST = "https://cycle-rider.ru";
const HOST = "http://localhost:8000";
const HOST = "https://cycle-rider.ru";
// const HOST = "http://localhost:8000";
axios.defaults.baseURL = HOST;