currently, in frontend/lqclient/src/components/QuizPage/QuizDescription.jsx and frontend/lqclient/src/components/QuizPage/QuizQuestion.jsx, the backend URL is hard-coded as http://127.0.0.1:8000/api/. This need to be read from a config file. See e.g. here.
currently, in
frontend/lqclient/src/components/QuizPage/QuizDescription.jsx
andfrontend/lqclient/src/components/QuizPage/QuizQuestion.jsx
, the backend URL is hard-coded ashttp://127.0.0.1:8000/api/
. This need to be read from a config file. See e.g. here.