webservices URIs renamed

This commit is contained in:
Serghei Mihai 2015-02-03 10:38:39 +01:00
parent cb821f2564
commit f81cd06f4a
1 changed files with 2 additions and 2 deletions

View File

@ -98,6 +98,6 @@ class OzwilloOrganizationApiPlugin(plugins.SingletonPlugin):
def get_actions(self):
return {
'create-organization': create_organization,
'delete-organization': delete_organization
'create-ozwillo-organization': create_organization,
'delete-ozwillo-organization': delete_organization
}