mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 07:23:39 +08:00
added one more url
This commit is contained in:
parent
6bc4da702a
commit
c5712d33d4
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue