mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 12:31:33 +01:00
closes #3389
This commit is contained in:
@@ -407,7 +407,8 @@ middleware.maintenanceMode = function(req, res, next) {
|
||||
'/templates/[\\w/]+.tpl',
|
||||
'/api/login',
|
||||
'/api/?',
|
||||
'/language/.+'
|
||||
'/language/.+',
|
||||
'/uploads/system/site-logo.png'
|
||||
],
|
||||
render = function() {
|
||||
res.status(503);
|
||||
|
||||
Reference in New Issue
Block a user