Skip to content

Commit

Permalink
use open-gpu-server monitor proxy from the webservices
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jan 19, 2024
1 parent d558a8e commit 4018ef7
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 4018ef7

Please sign in to comment.