From 2503535424f8e213622adcb15a0ec303da11403c Mon Sep 17 00:00:00 2001 From: Dasun Ekanayake <97machan@gmail.com> Date: Sun, 14 Jun 2020 21:05:29 +0530 Subject: [PATCH] Update App.js --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 2700ef5..81cf3ce 100644 --- a/src/App.js +++ b/src/App.js @@ -16,7 +16,7 @@ class App extends React.Component { } } componentDidMount() { - fetch("http://hpb.health.gov.lk/api/get-current-statistical") + fetch("https://hpb.health.gov.lk/api/get-current-statistical") .then(res => res.json()) .then( (result) => {