refs: #6514 fixed error
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2024-03-26 08:52:11 +01:00
parent 0f4e1acf09
commit a5082d04f9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ module.exports = Self => {
},
http: {
path: `/:id/removeFile`,
verb: 'DELETE'
verb: 'POST'
}
});