Revision f81cd06f
Added by Serghei Mihai almost 9 years ago
ckanext/ozwillo_organization_api/plugin.py | ||
---|---|---|
98 | 98 |
|
99 | 99 |
def get_actions(self): |
100 | 100 |
return { |
101 |
'create-organization': create_organization, |
|
102 |
'delete-organization': delete_organization |
|
101 |
'create-ozwillo-organization': create_organization,
|
|
102 |
'delete-ozwillo-organization': delete_organization
|
|
103 | 103 |
} |
Also available in: Unified diff
webservices URIs renamed