change host
Gitea Actions Demo / build_and_push (push) Has been cancelled Details

This commit is contained in:
artem 2024-11-06 17:23:23 +03:00
parent 2c221c50dd
commit d12a39a243
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;