summaryrefslogtreecommitdiffstats
path: root/extensions/example/code/webservice.pl
blob: cf608c0e2821aa49fa434cb77d2edb5c3ca6645c (plain)
1
2
3
4
5
use strict;
use warnings;
use Bugzilla;
my $dispatch = Bugzilla->hook_args->{dispatch};
$dispatch->{Example} = "extensions::example::lib::WSExample";