Added eu1 Warsaw server

This commit is contained in:
Alexander Borsuk 2021-06-21 11:45:45 +02:00
parent 28ad2631bf
commit afca07f58e

View file

@ -1,6 +1,6 @@
export {};
const SERVERS = ['https://cdn.organicmaps.app/'];
const SERVERS = ['https://eu1.cdn.organicmaps.app/', 'https://cdn.organicmaps.app/'];
addEventListener('fetch', (event) => {
event.respondWith(handleRequest(event.request).catch((err) => new Response(err.stack, { status: 500 })));