Updated to POST
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-07-26 12:08:38 +02:00
parent bbae986424
commit e916915435
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module.exports = Self => {
},
http: {
path: `/sendQueued`,
verb: 'POST'
verb: 'GET'
}
});