From 70d9f8d2b20cbff4eb5aa22fba2faf45a9044a3e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 9 Feb 2024 19:15:48 +0300 Subject: vnext: fix base URL --- vnext/src/api/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnext/src/api/index.js b/vnext/src/api/index.js index 4d2a81fa..7cb56c0e 100644 --- a/vnext/src/api/index.js +++ b/vnext/src/api/index.js @@ -1,6 +1,6 @@ import axios from 'axios' -const apiBaseUrl = 'https://juick.com' +const apiBaseUrl = 'https://beta.juick.com' /** * @typedef {object} Token -- cgit v1.2.3