diff --git a/src/main.ts b/src/main.ts index df090ab..ca64042 100644 --- a/src/main.ts +++ b/src/main.ts @@ -10,8 +10,8 @@ import App from "./App.vue"; import axios from 'axios'; import { AxiosResponse } from "axios"; -// 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;