Skip to content

Commit

Permalink
update embed test
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzapanther committed Oct 22, 2023
1 parent c25c6ea commit a7704f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/embed-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: Embed Test
</div>
<script>
function fetch_status() {
fetch('https://wildwoodag.herokuapp.com/stream-frame/status_1.json?channel=UCmo8zL1ZhvT4vYNzhSAuAEw&ts=' + Date.now())
fetch('https://faas-sfo3-7872a1dd.doserverless.co/api/v1/web/fn-67f34cf4-c3ed-479c-839e-2f7206029fcb/wildweb/embedcheck?channel=UCmo8zL1ZhvT4vYNzhSAuAEw&ts=' + Date.now())
.then(response => response.json())
.then((data) => {
if (data.status == 'live') {
Expand Down

0 comments on commit a7704f0

Please sign in to comment.