Fixes formatting

This commit is contained in:
Julian Reinhardt 2021-10-31 00:28:43 +02:00
parent c55476b196
commit c86a1a50bd
2 changed files with 16 additions and 16 deletions

View File

@ -73,7 +73,7 @@ router
*
* /api/nginx/certificates/test-http
*/
router
router
.route('/test-http')
.options((req, res) => {
res.sendStatus(204);