diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-04-29 01:22:18 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:51:40 +0200 |
commit | 272ab432ddc4562237c7235f8e0ab8a11bad3d3d (patch) | |
tree | fbaddbe065bb8c4a60e820894c95c2ab7d8e1a2b /data/XMLRPCdata.json | |
parent | 7b6eefcd506ec03e1db422ca6e1f4f1bb8420d1c (diff) | |
download | bugzilla-triage-272ab432ddc4562237c7235f8e0ab8a11bad3d3d.tar.gz |
All XML-RPC calls are rewritten as JSON-RPC ones.
* also MakeJSONRPCall is a functional call now
* reorganization for dealing with the history.
Diffstat (limited to 'data/XMLRPCdata.json')
-rw-r--r-- | data/XMLRPCdata.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/data/XMLRPCdata.json b/data/XMLRPCdata.json index 4dab662..e378f22 100644 --- a/data/XMLRPCdata.json +++ b/data/XMLRPCdata.json @@ -1,8 +1,11 @@ { "bugzilla.redhat.com": { - "url": "https://bugzilla.redhat.com/xmlrpc.cgi" + "url": "https://bugzilla.redhat.com/xmlrpc.cgi" + }, + "bugzilla.mozilla.org": { + "url": "https://bugzilla.mozilla.org/xmlrpc.cgi" }, "bz-web2-test.devel.redhat.com": { - "url": "https://bz-web2-test.devel.redhat.com/xmlrpc.cgi" + "url": "https://bz-web2-test.devel.redhat.com/xmlrpc.cgi" } -}
\ No newline at end of file +} |