mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge branch 'js_vcategories_to_tags' of github.com:owncloud/core into js_vcategories_to_tags
This commit is contained in:
commit
9c230f8c85
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue