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")}`,