mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-13 05:45:15 +00:00
minimal changes
This commit is contained in:
committed by
GitHub
parent
ae5faa75fa
commit
dc03ad8239
@@ -65,4 +65,4 @@ router.all(/(.+)/, (req, _, next) => {
|
||||
next(new errs.ItemNotFoundError(req.params.page));
|
||||
});
|
||||
|
||||
export default router;
|
||||
export default router;
|
||||
|
||||
@@ -74,4 +74,4 @@ function compareVersions(current, latest) {
|
||||
return false;
|
||||
}
|
||||
|
||||
export default router;
|
||||
export default router;
|
||||
|
||||
Reference in New Issue
Block a user