change the default API endpoint
Some checks failed
Publish JS SDK / docker (push) Failing after 15s

This commit is contained in:
Braydon 2024-09-10 17:09:18 -04:00
parent 113f160080
commit 4010b141f5

@ -15,7 +15,7 @@ import { DiscordUser } from "@/types/user/discord-user";
export const useTetherWS = (
snowflake: Snowflake,
config: TetherConfig = {
endpoint: "usetether.rest",
endpoint: "api.usetether.rest",
secure: true,
debug: false,
}