more beautiful chart
Gitea Actions Demo / build_and_push (push) Successful in 1m13s Details

This commit is contained in:
artem 2024-11-03 07:47:40 +03:00
parent fe4b037d0c
commit 02fd361304
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;