url is now secure

This commit is contained in:
2024-02-12 13:47:48 +01:00
parent 188e611855
commit b97207b1dc

View File

@@ -12,7 +12,7 @@ const scores: Ref<Score[]> = 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 {