From 887e76ad7b35b1ca1801414172631d39b51dca4f Mon Sep 17 00:00:00 2001 From: Joshua Sigona Date: Sun, 11 Jul 2021 22:01:56 +0900 Subject: [PATCH] Add backend HTTPS URL --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index c220380..ae5a6fe 100644 --- a/src/App.js +++ b/src/App.js @@ -346,7 +346,7 @@ function PopupWindow(p) { function App() { useEffect(()=>{ - axios.get("http://projectdivar.com/ngsplanner") + axios.get("https://projectdivar.com:4504/ngsplanner") .then((data)=>{ console.log(data.data) })