зеркало из https://github.com/mozilla/CSOL-site.git
Removing redundant setting of content type
This commit is contained in:
Родитель
607249807d
Коммит
8cac79ee5c
4
api.js
4
api.js
|
@ -37,10 +37,8 @@ function api (method, default_query) {
|
|||
if (err)
|
||||
data.error = err;
|
||||
|
||||
if (req.xhr) {
|
||||
res.contentType('application/json');
|
||||
if (req.xhr)
|
||||
return res.json(data);
|
||||
}
|
||||
|
||||
req.remote = {
|
||||
err: err,
|
||||
|
|
Загрузка…
Ссылка в новой задаче