Skip to content

Commit

Permalink
chore: Update Ad4mConnectElement to handle URL changes and WebSocket …
Browse files Browse the repository at this point in the history
…connection issues
  • Loading branch information
fayeed committed Aug 8, 2024
1 parent cc11647 commit d8b6aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect/src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ export default class Ad4mConnect {
let token = localStorage.getItem('hosting_token');

const response = await fetch('https://hosting.ad4m.dev/api/service/checkStatus', {
method: 'GET',
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer ' + token
Expand Down

0 comments on commit d8b6aec

Please sign in to comment.