mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
fixed #2479
This commit is contained in:
@@ -241,7 +241,7 @@
|
||||
return res.status(400).send(err.message);
|
||||
}
|
||||
|
||||
res.status(200).send(nconf.get('relative_path') + (data.referrer ? data.referrer : '/'));
|
||||
res.status(200).send(data.referrer ? data.referrer : '/');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user