diff --git a/frontend/src/network/kun.ts b/frontend/src/network/kun.ts index cc4ad88..2652fa9 100644 --- a/frontend/src/network/kun.ts +++ b/frontend/src/network/kun.ts @@ -3,10 +3,7 @@ import { Response } from "./models.ts"; const KunApi = { isAvailable(): boolean { - return ( - window.location.hostname === "res.nyne.dev" || - window.location.hostname.startsWith("localhost") - ); + return true; }, async getPatch(id: string): Promise> {