Add backend HTTPS URL
This commit is contained in:
parent
02cfd9a5b7
commit
887e76ad7b
@ -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)
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user