Add markers to map

This commit is contained in:
Maarten 2024-08-05 11:35:44 +02:00
parent f8ab9702b6
commit 75ab8fe7b0
2 changed files with 54 additions and 40 deletions

View file

@ -2,7 +2,7 @@ import axios from 'axios';
const API_URL = 'https://kliko.maartenvr98.nl/api/v1/';
const CONFIG = {
timeout: 3000,
timeout: 30000,
};
export class Request {