From b8ef37188cf7e60091aed2b3e53ea48b1d1a15b4 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sun, 1 Jun 2025 10:03:42 -0700 Subject: [PATCH] feat: try `http` first for MoveOnJoy --- tvapp2/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tvapp2/index.js b/tvapp2/index.js index 98be3a6e..84086659 100755 --- a/tvapp2/index.js +++ b/tvapp2/index.js @@ -2337,7 +2337,7 @@ const server = http.createServer( ( request, response ) => serviceCheck( 'TVPass.org', 'https://tvpass.org' ); serviceCheck( 'TheTVApp.to', 'https://thetvapp.to' ); - serviceCheck( 'MoveOnJoy.com', 'https://moveonjoy.com' ); + serviceCheck( 'MoveOnJoy.com', 'http://moveonjoy.com' ); /* start web server