fix of api url
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user