mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix project pull with authentication
This commit is contained in:
@@ -297,7 +297,7 @@ module.exports = {
|
||||
});
|
||||
|
||||
// Pull remote commits
|
||||
app.get("/:id/pull/?*", function(req,res) {
|
||||
app.post("/:id/pull/?*", function(req,res) {
|
||||
var projectName = req.params.id;
|
||||
var remoteBranchName = req.params[0];
|
||||
var setRemote = req.query.u;
|
||||
|
Reference in New Issue
Block a user