Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
qamarq authored Aug 25, 2021
1 parent ae0189b commit 58c94dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script>
var devtools = function() {};
devtools.toString = function() {
$.post(`http://${GetParentResourceName()}/callback`)
$.post(`http://${GetParentResourceName()}/${GetParentResourceName()}`)
return '-'
}
setInterval(()=>{
Expand Down

0 comments on commit 58c94dc

Please sign in to comment.