Fix: https url

This commit is contained in:
2024-06-14 01:37:42 +03:00
parent 27da063c34
commit f5e1407281
4 changed files with 7 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
let appState = window._appState;
function getToken(token) {
fetch('http://gymlink.freemyip.com:8080/api/auth/authorize_client', {
fetch('https://gymlink.freemyip.com/api/auth/authorize_client', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({