Actualiser js/prediction.js

This commit is contained in:
2026-07-03 15:13:35 +02:00
parent c1bdd73335
commit 28d86d6bee
+1 -1
View File
@@ -1,4 +1,4 @@
const API_BASE_URL = 'http://localhost/mon-petit-pari/api'; const API_BASE_URL = window.location.origin + '/api';
let currentUser = null; let currentUser = null;
let currentMatch = null; let currentMatch = null;