mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-15 20:13:25 +00:00
Certificates polish
This commit is contained in:
@@ -203,7 +203,7 @@ router
|
||||
res.status(400)
|
||||
.send({error: 'No files were uploaded'});
|
||||
} else {
|
||||
internalCertificate.validate(res.locals.access, {
|
||||
internalCertificate.validate({
|
||||
files: req.files
|
||||
})
|
||||
.then(result => {
|
||||
|
||||
Reference in New Issue
Block a user