added one more url

This commit is contained in:
Miodec 2022-01-14 20:31:07 +01:00
parent 6bc4da702a
commit c5712d33d4

View file

@ -13,6 +13,7 @@ self.addEventListener("fetch", async (event) => {
const host = new URL(event.request.url).host;
if (
[
"localhost:5000",
"localhost:5005",
"api.monkeytype.com",
"api.github.com",