Change db to store org url for later download

This commit is contained in:
2025-10-01 13:40:15 +02:00
parent bbb7343654
commit f6b02fc417
5 changed files with 128 additions and 100 deletions

View File

@@ -22,4 +22,8 @@ app.use('/api', apiRouter);
app.listen(httpPort, () => {
console.log(`Server running at http://${hostname}:${httpPort}/`);
});
});
import mediaController from "./controllers/mediaController";
await mediaController.checkImages();