From b527eeb73e7af838f0cf1a03bcc011635e429b04 Mon Sep 17 00:00:00 2001 From: artem Date: Mon, 30 Dec 2024 11:43:30 +0300 Subject: [PATCH] =?UTF-8?q?fix=20=D1=80=D1=89=D1=8B=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index c31e6a4..1ae1a18 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;