oops, fixed

Signed-off-by: Ben Hall <ben@benh.codes>
This commit is contained in:
Ben Hall 2025-02-19 11:19:20 +00:00
parent fc8c368bda
commit 41591ac31c

View File

@ -1,5 +1,5 @@
export const IMPORT_API_URL = env.IMPORT_API_URL || "http://localhost:8083" export const IMPORT_API_URL = env.IMPORT_API_URL || "https://import-api.ticketsbot.cloud"
export const API_URL = env.API_URL || "http://localhost:8081" export const API_URL = env.API_URL || "https://api.ticketsbot.cloud"
export const PLACEHOLDER_DOCS_URL = "https://docs.ticketsbot.cloud/setup/placeholders.html" export const PLACEHOLDER_DOCS_URL = "https://docs.ticketsbot.cloud/setup/placeholders.html"
export const OAUTH = { export const OAUTH = {