mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
Change tag url params
This commit is contained in:
parent
3985e608c2
commit
b516fcdd0e
2 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@ angular.module('dockerui.services', ['ngResource'])
|
|||
create :{method: 'POST', params: {action:'create'}},
|
||||
insert :{method: 'POST', params: {id: '@id', action:'insert'}},
|
||||
push :{method: 'POST', params: {id: '@id', action:'push'}},
|
||||
tag :{method: 'POST', params: {id: '@id', action:'tag'}},
|
||||
tag :{method: 'POST', params: {id: '@id', action:'tag', force: 0, repo: '@repo'}},
|
||||
delete :{id: '@id', method: 'DELETE'}
|
||||
});
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue