From 6df3604eb55d85b659f820b0a323e6f80594af7a Mon Sep 17 00:00:00 2001 From: Ishan Date: Sun, 13 Oct 2024 16:45:04 +0530 Subject: [PATCH 1/2] changed server url --- src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.js b/src/config.js index 84fb7b5..fb24cb2 100644 --- a/src/config.js +++ b/src/config.js @@ -1,3 +1,3 @@ -/* const SERVER_URL = "https://api.codeboard.ccstiet.com"; */ -const SERVER_URL = "https://api.knowishan.fun/"; +const SERVER_URL = "https://api.codeboard.ccstiet.com"; +// const SERVER_URL = "https://api.knowishan.fun/"; export default SERVER_URL; \ No newline at end of file From cb15a3fc75631178600a293ced1b4f8ab930984a Mon Sep 17 00:00:00 2001 From: Ishan Date: Sun, 13 Oct 2024 16:45:31 +0530 Subject: [PATCH 2/2] changed server url --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index fb24cb2..888a433 100644 --- a/src/config.js +++ b/src/config.js @@ -1,3 +1,3 @@ -const SERVER_URL = "https://api.codeboard.ccstiet.com"; +const SERVER_URL = "https://api.codeboard.ccstiet.com/"; // const SERVER_URL = "https://api.knowishan.fun/"; export default SERVER_URL; \ No newline at end of file