This commit is contained in:
Андрей Дувакин 2024-10-08 15:02:35 +05:00
parent c371101579
commit f3fc5ba139

View File

@ -1,6 +1,6 @@
import axios from "axios";
const API_URL = "http://localhost:8000/api";
const API_URL = "https://api.logistics.numerum.site/api";
export const getAuthToken = () => {
return localStorage.getItem("token");