From d12a39a2432c8da70a798d1ad827aabd28be2fa0 Mon Sep 17 00:00:00 2001 From: artem Date: Wed, 6 Nov 2024 17:23:23 +0300 Subject: [PATCH] change host --- 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;