mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 06:45:41 -04:00
feat: try http first for MoveOnJoy
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user