removed the staging i guess

This commit is contained in:
2025-10-09 22:17:45 -07:00
parent a20e8697fe
commit 586433fd0e

View File

@ -1,7 +1,7 @@
import fetch from "cross-fetch"; import fetch from "cross-fetch";
import { CheckResult } from "./types"; import { CheckResult } from "./types";
const TASEApi = `https://tase-staging.thegoober.xyz` const TASEApi = `https://tase.thegoober.xyz`
export class TASEClient { export class TASEClient {
/** /**