prod backend url

This commit is contained in:
2025-05-14 14:53:29 +02:00
parent 02e3576988
commit c0b8df55a6

View File

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