diff --git a/src/App.vue b/src/App.vue index 668c782..0ddee2e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,7 +12,7 @@ const scores: Ref = ref([]) const username = ref('') const usernameDialogOpen = ref(false) const backendUrl = import.meta.env.MODE === "production" - ? 'http://quirinecker.pythonanywhere.com' + ? 'https://quirinecker.pythonanywhere.com' : 'http://localhost:5000' interface Cell {