From e69d9aff4855d4b4faac45afa8e4a112ee7fe04a Mon Sep 17 00:00:00 2001 From: Pavel Torbeev Date: Sun, 27 Aug 2023 07:22:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B0=D0=B4=D1=80=D0=B5=D1=81=20=D0=B1=D1=8D=D0=BA=D0=B5=D0=BD?= =?UTF-8?q?=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index d4b6dc8..4a74866 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,6 +1,6 @@ // export const BACKEND_URL = 'http://192.168.83.181:8000'; // export const BACKEND_URL = 'http://192.168.22.4:8000'; // export const BACKEND_URL = 'https://ed68-77-234-219-9.ngrok-free.app'; -export const BACKEND_URL = 'http://192.168.83.181'; +export const BACKEND_URL = 'https://9839-176-59-1-128.ngrok-free.app'; export const API_URL = BACKEND_URL + '/api'; \ No newline at end of file