removed phantom js

This commit is contained in:
bckmnn
2021-02-20 16:43:42 +01:00
parent ea40f1cc7a
commit 5c753cb82a
10 changed files with 7507 additions and 42 deletions

View File

@@ -86,7 +86,7 @@ module.exports = (req, res, next) => {
// space is private
// special permission for screenshot/pdf export from backend
if (req.query['api_token'] && req.query['api_token'] == config.get('phantom_api_secret')) {
if (req.query['api_token'] && req.query['api_token'] == config.get('export_api_secret')) {
finalizeReq(space, "viewer");
return;
}