Temporary disable ca1 for maintaince
This commit is contained in:
parent
2a71f0fd2e
commit
c197b73c8f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
export {};
|
||||
|
||||
const SERVERS = ['https://cdn-eu1.organicmaps.app/', 'https://cdn-eu2.organicmaps.app/', 'https://cdn-ca1.organicmaps.app/', 'https://cdn.organicmaps.app/'];
|
||||
const SERVERS = ['https://cdn-eu1.organicmaps.app/', 'https://cdn-eu2.organicmaps.app/', 'https://cdn.organicmaps.app/'];
|
||||
|
||||
addEventListener('fetch', (event) => {
|
||||
event.respondWith(handleRequest(event.request).catch((err) => new Response(err.stack, { status: 500 })));
|
||||
|
|
Loading…
Add table
Reference in a new issue