tsv2-library 1.0.61-alpha.54 → 1.0.61-alpha.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/tsv2-library.es.js
CHANGED
|
@@ -65810,7 +65810,7 @@ const API$1 = ({
|
|
|
65810
65810
|
const user = JSON.parse(localStorage.getItem("user") ?? "{}");
|
|
65811
65811
|
const BASE_URL2 = "https://dev-api.tagsamurai.com/fam";
|
|
65812
65812
|
const instance = axios.create({
|
|
65813
|
-
baseURL: `${BASE_URL2}/tracking/v2/tracking`,
|
|
65813
|
+
baseURL: `${BASE_URL2}/missing-tracking/v2/tracking`,
|
|
65814
65814
|
headers: {
|
|
65815
65815
|
"Content-type": "application/json",
|
|
65816
65816
|
"Authorization": `Bearer ${user.token}`,
|