Skip to content

Commit

Permalink
Merge pull request #163 from jaimergp/cors-workaround
Browse files Browse the repository at this point in the history
use open-gpu-server monitor proxy from the webservices
  • Loading branch information
beckermr authored Jan 19, 2024
2 parents d558a8e + 4018ef7 commit bde62db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/open-gpu-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ function displayOpenGPUServerStatus (reportText) {
}
}

var url = 'https://api.openstatus.dev/public/status/open-gpu-server'
var url = 'https://conda-forge.herokuapp.com/status-monitor/open-gpu-server'
loadOpenStatusJSON(url, displayOpenGPUServerStatus)

0 comments on commit bde62db

Please sign in to comment.