mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 07:23:39 +08:00
temporary fix
This commit is contained in:
parent
360ca0d5d3
commit
e3642cb1e0
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 (
|
||||
[
|
||||
"monkeytype.com",
|
||||
"localhost:5000",
|
||||
"localhost:5005",
|
||||
"api.monkeytype.com",
|
||||
|
|
Loading…
Reference in a new issue