tillmo / two_tiered_quiz

A multiple choice quiz with justifications for the answers, written in Django
GNU Affero General Public License v3.0
0 stars 0 forks source link

in frontend, read backend URL from config file #15

Closed tillmo closed 4 years ago

tillmo commented 4 years ago

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.