From 02fd361304ae2e2e2a19cce577fcf1dc56553f2b Mon Sep 17 00:00:00 2001 From: artem Date: Sun, 3 Nov 2024 07:47:40 +0300 Subject: [PATCH] more beautiful chart --- src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index ee2d2e9..4fbfb44 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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;