update regex

This commit is contained in:
Barış Soner Uşaklı
2017-02-09 20:21:35 +02:00
committed by GitHub
parent d61665c20a
commit a3e327301b

View File

@@ -353,7 +353,7 @@ Controllers.ping = function (req, res) {
Controllers.handle404 = function (req, res) {
var relativePath = nconf.get('relative_path');
var isClientScript = new RegExp('^' + relativePath + '\\/src\\/.+\\.js');
var isClientScript = new RegExp('^' + relativePath + '\\/assets\\/src\\/.+\\.js');
if (plugins.hasListeners('action:meta.override404')) {
return plugins.fireHook('action:meta.override404', {