mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-16 15:51:14 +00:00
fix: remove limit
This commit is contained in:
@@ -3,10 +3,7 @@ import { Response } from "./models.ts";
|
|||||||
|
|
||||||
const KunApi = {
|
const KunApi = {
|
||||||
isAvailable(): boolean {
|
isAvailable(): boolean {
|
||||||
return (
|
return true;
|
||||||
window.location.hostname === "res.nyne.dev" ||
|
|
||||||
window.location.hostname.startsWith("localhost")
|
|
||||||
);
|
|
||||||
},
|
},
|
||||||
|
|
||||||
async getPatch(id: string): Promise<Response<KunPatchResponse>> {
|
async getPatch(id: string): Promise<Response<KunPatchResponse>> {
|
||||||
|
|||||||
Reference in New Issue
Block a user