You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-28 08:02:00 +03:00
Fixes formatting
This commit is contained in:
@ -73,7 +73,7 @@ router
|
|||||||
*
|
*
|
||||||
* /api/nginx/certificates/test-http
|
* /api/nginx/certificates/test-http
|
||||||
*/
|
*/
|
||||||
router
|
router
|
||||||
.route('/test-http')
|
.route('/test-http')
|
||||||
.options((req, res) => {
|
.options((req, res) => {
|
||||||
res.sendStatus(204);
|
res.sendStatus(204);
|
||||||
|
Reference in New Issue
Block a user