Change db to store org url for later download
This commit is contained in:
@@ -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();
|
Reference in New Issue
Block a user