asfd# Please enter the commit message for your changes. Lines starting
This commit is contained in:
parent
741dc39e94
commit
211dd3ee8a
|
|
@ -7,7 +7,7 @@ let ReqData = ["Stadte", "Dorfer", "Wichtiges"];
|
||||||
async function GetMarkerData() {
|
async function GetMarkerData() {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const res = await axios.post(api, ReqData);
|
const res = await axios.post(Data_api, ReqData);
|
||||||
console.log (res.data);
|
console.log (res.data);
|
||||||
RenderMarkers(res.data);
|
RenderMarkers(res.data);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user