Copy folder seasoned_api not just contents, matches project structure

This commit is contained in:
2022-08-17 00:26:26 +02:00
parent b56b1f6c0c
commit 9164b592bd
5 changed files with 11 additions and 30 deletions

View File

@@ -58,7 +58,7 @@ async function movieInfoController(req, res) {
} else {
console.log("Unkown error from plex!");
}
console.log(error);
console.log(error?.message);
}
}