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