Commit 3dd2b47e6e19321b45ed5c0f5758e36786b0df13

Authored by Caio Almeida
1 parent dae563db

API: adding tag endpoint

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
lib/noosfero/api/api.rb
@@ -45,6 +45,7 @@ module Noosfero @@ -45,6 +45,7 @@ module Noosfero
45 mount V1::Enterprises 45 mount V1::Enterprises
46 mount V1::Categories 46 mount V1::Categories
47 mount V1::Tasks 47 mount V1::Tasks
  48 + mount V1::Tags
48 mount V1::Environments 49 mount V1::Environments
49 mount Session 50 mount Session
50 51