refs #4632 deleted return in definition
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Alexandre Riera 2023-03-16 10:32:00 +01:00
parent 60162fe71f
commit 668fa73386
1 changed files with 0 additions and 4 deletions

View File

@ -23,10 +23,6 @@ module.exports = Self => {
description: 'The signed time'
}
],
returns: {
type: 'string',
root: true
},
http: {
path: `/saveSign`,
verb: 'POST'