Merge branch 'js_vcategories_to_tags' of github.com:owncloud/core into js_vcategories_to_tags
This commit is contained in:
commit
9c230f8c85
|
@ -40,7 +40,7 @@ $this->create('core_tags_favorite', '/tags/{type}/favorite/{id}/')
|
|||
->post()
|
||||
->action('OC\Core\Tags\Controller', 'favorite')
|
||||
->requirements(array('type', 'id'));
|
||||
$this->create('core_tags_unfavorite', '/tags/{type}/infavorite/{id}/')
|
||||
$this->create('core_tags_unfavorite', '/tags/{type}/unfavorite/{id}/')
|
||||
->post()
|
||||
->action('OC\Core\Tags\Controller', 'unFavorite')
|
||||
->requirements(array('type', 'id'));
|
||||
|
|
Loading…
Reference in New Issue