feat: try http first for MoveOnJoy

This commit is contained in:
2025-06-01 10:03:42 -07:00
parent f8d68789fc
commit b8ef37188c

View File

@@ -2337,7 +2337,7 @@ const server = http.createServer( ( request, response ) =>
serviceCheck( 'TVPass.org', 'https://tvpass.org' ); serviceCheck( 'TVPass.org', 'https://tvpass.org' );
serviceCheck( 'TheTVApp.to', 'https://thetvapp.to' ); serviceCheck( 'TheTVApp.to', 'https://thetvapp.to' );
serviceCheck( 'MoveOnJoy.com', 'https://moveonjoy.com' ); serviceCheck( 'MoveOnJoy.com', 'http://moveonjoy.com' );
/* /*
start web server start web server