summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Server/REST.pm
diff options
context:
space:
mode:
authorSimon Green <sgreen@redhat.com>2014-08-12 02:12:17 +0200
committerSimon Green <sgreen@redhat.com>2014-08-12 02:12:17 +0200
commit8b98912309870c03c4b82396647682a8d9f247b4 (patch)
tree6760a61bfb5a6db76ad6466396ba076efe594fdc /Bugzilla/WebService/Server/REST.pm
parent2863a6679fe69c46f1de515d001eb0dd696e5977 (diff)
downloadbugzilla-8b98912309870c03c4b82396647682a8d9f247b4.tar.gz
bugzilla-8b98912309870c03c4b82396647682a8d9f247b4.tar.xz
Bug 419568 - Web Service module to create a component
r=dkl, a=sgreen
Diffstat (limited to 'Bugzilla/WebService/Server/REST.pm')
-rw-r--r--Bugzilla/WebService/Server/REST.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/WebService/Server/REST.pm b/Bugzilla/WebService/Server/REST.pm
index 2f1b80c45..bd1b500a5 100644
--- a/Bugzilla/WebService/Server/REST.pm
+++ b/Bugzilla/WebService/Server/REST.pm
@@ -23,6 +23,7 @@ use Bugzilla::WebService::Util qw(taint_data fix_credentials);
use Bugzilla::WebService::Server::REST::Resources::Bug;
use Bugzilla::WebService::Server::REST::Resources::Bugzilla;
use Bugzilla::WebService::Server::REST::Resources::Classification;
+use Bugzilla::WebService::Server::REST::Resources::Component;
use Bugzilla::WebService::Server::REST::Resources::FlagType;
use Bugzilla::WebService::Server::REST::Resources::Group;
use Bugzilla::WebService::Server::REST::Resources::Product;