diff --git a/files/assets/js/casino.js b/files/assets/js/casino.js index b619388a2..93aae1912 100644 --- a/files/assets/js/casino.js +++ b/files/assets/js/casino.js @@ -96,7 +96,7 @@ if ( function checkBlackjackStatus() { const xhr = new XMLHttpRequest(); - xhr.open("get", "/casino/blackjack"); + xhr.open("get", "/casino/blackjack/status"); xhr.onload = handleBlackjackStatusResponse.bind(null, xhr); xhr.send(); } diff --git a/files/templates/casino.html b/files/templates/casino.html index 2c459645a..a076d1b61 100644 --- a/files/templates/casino.html +++ b/files/templates/casino.html @@ -1,6 +1,6 @@ {% extends "default.html" %} {% block content %} - +