From f32b3e86043da8a1fe3d5dabbfaae13ea2a32f70 Mon Sep 17 00:00:00 2001 From: FIRST_NAME LAST_NAME Date: Wed, 25 Feb 2026 20:41:34 +0300 Subject: [PATCH] added finance route --- src/lib/tools/requests/requests.js | 2 +- svelte.config.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/tools/requests/requests.js b/src/lib/tools/requests/requests.js index e81bc34..a1f2238 100644 --- a/src/lib/tools/requests/requests.js +++ b/src/lib/tools/requests/requests.js @@ -22,7 +22,7 @@ function defaultDataResponseProcessor(data) { export const API_PATH_MAIN = "https://hostapay.trade/api/v1/"; export const API_PATH_TEST = "https://test.0x000f.ru/api/v1/"; -export const API_PATH_VALUE = API_PATH_TEST; +export const API_PATH_VALUE = API_PATH_MAIN; async function makePost( url, diff --git a/svelte.config.js b/svelte.config.js index ba4c36a..6ed4ec5 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -38,6 +38,7 @@ const config = { "/withdrawals", "/refs", "/req", + "/finance", ], }, },