Commit 377fed63 authored by bekzat kapan's avatar bekzat kapan

#7 Исправил ссылку на 8000 так как API запускается на 8000 порту

parent 28105f5b
import axios from "axios";
import axios from 'axios';
const axiosClient = axios.create({
baseURL: "https://localhost/3000",
baseURL: 'https://localhost/8000',
});
export default axiosClient;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment