diff --git a/tvapp2/index.js b/tvapp2/index.js index 74b9be0a..34884f72 100755 --- a/tvapp2/index.js +++ b/tvapp2/index.js @@ -1316,6 +1316,7 @@ const server = http.createServer( ( request, response ) => Log.error( `www`, chalk.yellow( `[req]` ), chalk.white( `→` ), chalk.blueBright( `` ), chalk.redBright( `unauthorized (401): incorrect api key specified` ), chalk.blueBright( `` ), chalk.gray( `api/restart` ), chalk.blueBright( `` ), chalk.gray( `${ loadFile }` ), chalk.blueBright( `` ), chalk.gray( `${ method }` ) ); response.end( JSON.stringify( statusCheck ) ); + return; } await initialize();