refs #4764 mod model post
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
c0e13d3339
commit
3d195bddb9
|
@ -18,7 +18,7 @@ module.exports = Self => {
|
|||
root: true
|
||||
},
|
||||
http: {
|
||||
path: `/refund`,
|
||||
path: `Tickets/refund`,
|
||||
verb: 'post'
|
||||
}
|
||||
});
|
||||
|
|
|
@ -40,4 +40,5 @@ module.exports = function(Self) {
|
|||
require('../methods/ticket/collectionLabel')(Self);
|
||||
require('../methods/ticket/expeditionPalletLabel')(Self);
|
||||
require('../methods/ticket/saveSign')(Self);
|
||||
require('../methods/services/refund')(Self);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue