url is now secure
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user