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 d77b427c3c
3 changed files with 11 additions and 11 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);
}
}