From 0718caae02256520df8bcd74337f99b2ed2e5729 Mon Sep 17 00:00:00 2001 From: talkshrey Date: Mon, 18 Jul 2022 11:22:24 +0530 Subject: [PATCH] http changed to https --- frontend/src/components/Question_Cards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Question_Cards.js b/frontend/src/components/Question_Cards.js index 28530e2..f542d2a 100644 --- a/frontend/src/components/Question_Cards.js +++ b/frontend/src/components/Question_Cards.js @@ -111,7 +111,7 @@ const Question_Cards = ({ name }) => { var config = { method: "get", - url: `http://unicodeinterview.pythonanywhere.com/accounts/question/${name}`, + url: `https://unicodeinterview.pythonanywhere.com/accounts/question/${name}`, headers: { Authorization: `Token ${localStorage.getItem("token")}`,