minimal changes

This commit is contained in:
Konstantinos Spartalis
2025-11-11 17:42:46 +02:00
committed by GitHub
parent ae5faa75fa
commit dc03ad8239
3 changed files with 5 additions and 5 deletions

View File

@@ -65,4 +65,4 @@ router.all(/(.+)/, (req, _, next) => {
next(new errs.ItemNotFoundError(req.params.page));
});
export default router;
export default router;

View File

@@ -74,4 +74,4 @@ function compareVersions(current, latest) {
return false;
}
export default router;
export default router;