From 44b966be382d617cef6807f77909c3a9f6a55c56 Mon Sep 17 00:00:00 2001 From: Roman Tsisyk Date: Mon, 21 Jun 2021 15:11:33 +0300 Subject: [PATCH] Update index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index e219cff..caadd53 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ export {}; -const SERVERS = ['https://eu1.cdn.organicmaps.app/', 'https://cdn.organicmaps.app/']; +const SERVERS = ['https://eu1.cdn.organicmaps.app/', 'https://eu2.cdn.organicmaps.app/', 'https://cdn.organicmaps.app/']; addEventListener('fetch', (event) => { event.respondWith(handleRequest(event.request).catch((err) => new Response(err.stack, { status: 500 })));