mirror of
https://github.com/appium/appium.git
synced 2026-05-03 08:51:18 -05:00
upgrade npm packages
This commit is contained in:
@@ -979,7 +979,7 @@ exports.guineaPig = function(req, res) {
|
||||
res.cookie('guineacookie2', 'cookié2', {path: '/'});
|
||||
res.cookie('guineacookie3', 'cant access this', {
|
||||
domain: '.blargimarg.com', path: '/'});
|
||||
res.send(exports.getTemplate('guinea-pig').render(params));
|
||||
res.send(exports.getTemplate('guinea-pig')(params));
|
||||
};
|
||||
|
||||
exports.getTemplate = function(templateName) {
|
||||
|
||||
Reference in New Issue
Block a user