From f3fc5ba139e0167fab8293697e0176b34f3583f5 Mon Sep 17 00:00:00 2001 From: andrei Date: Tue, 8 Oct 2024 15:02:35 +0500 Subject: [PATCH] ._. --- src/api.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api.jsx b/src/api.jsx index 3d44343..ba05215 100755 --- a/src/api.jsx +++ b/src/api.jsx @@ -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");