fix of api url

This commit is contained in:
2025-05-23 21:31:36 +02:00
parent 9d253c4c86
commit 443d4b0366

View File

@@ -1,6 +1,6 @@
import axios from "axios";
const API_URL = "http://192.168.0.118:9000";
const API_URL = "https://hopp.zikor.pl";
export async function listLocations() {
try {