fix host
Gitea Actions Demo / build_and_push (push) Successful in 1m39s Details

This commit is contained in:
artem 2024-09-29 09:27:44 +03:00
parent 441322af12
commit 1e1fed6346
1 changed files with 2 additions and 2 deletions

View File

@ -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;