mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-05 22:49:46 +00:00
change health check url
This commit is contained in:
parent
ffabfa4866
commit
5b36cf9627
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ export function SearchView() {
|
|||
|
||||
React.useEffect(() => {
|
||||
async function fetchHealth() {
|
||||
const HOME_URL = "https://movie-web-proxy.herokuapp.com/https://lookmovie.io/"
|
||||
const HOME_URL = "https://movie-web-proxy.herokuapp.com"
|
||||
await fetch(HOME_URL).catch(() => {
|
||||
// Request failed; source likely offline
|
||||
setOfflineStatus(`Our content provider is currently offline, apologies.`)
|
||||
|
|
|
|||
Loading…
Reference in a new issue