diff --git a/src/constants.json b/src/constants.json index 5fb043c..7cd95b1 100644 --- a/src/constants.json +++ b/src/constants.json @@ -1,6 +1,6 @@ { - "siteUrl": "http://localhost:8080/", - "apiUrl": "http://localhost:8080/", + "siteUrl": "https://qmining.frylabs.net", + "apiUrl": "https://api.frylabs.net/", "mobileWindowWidth": 700, "maxQuestionsToRender": 250 }