mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-16 07:51:14 +00:00
fix: remove limit
This commit is contained in:
@@ -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<Response<KunPatchResponse>> {
|
||||
|
||||
Reference in New Issue
Block a user