added missing cache directives to media adapter serving

This commit is contained in:
dswbx
2025-03-03 07:14:01 +01:00
parent 3bf3bb32a4
commit 6c1eea76e5
4 changed files with 32 additions and 6 deletions

View File

@@ -51,9 +51,9 @@ export default {
if (firstStart) {
console.log("[DB]", credentials);
firstStart = false;
console.log("\n[APP ROUTES]");
/*console.log("\n[APP ROUTES]");
showRoutes(app.server);
console.log("-------\n");
console.log("-------\n");*/
}
}