From c0b8df55a6531d427cc7ed39e4399c85d1b650af Mon Sep 17 00:00:00 2001 From: Andrii Solianyk Date: Wed, 14 May 2025 14:53:29 +0200 Subject: [PATCH] prod backend url --- api/locations.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/locations.jsx b/api/locations.jsx index 4600749..3d2835a 100644 --- a/api/locations.jsx +++ b/api/locations.jsx @@ -1,6 +1,6 @@ import axios from "axios"; -const API_URL = "http://192.168.7.188:9000"; +const API_URL = "https://hopp.zikor.pl"; export async function listLocations() { try {