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 {