diff options
author | DM42.Net (Matt Dent) <dentm42@dm42.net> | 2019-06-23 20:23:03 -0400 |
---|---|---|
committer | DM42.Net (Matt Dent) <dentm42@dm42.net> | 2019-06-23 20:23:03 -0400 |
commit | 07f850ed15a0af3037b96c0849b949b0bfac791b (patch) | |
tree | 4059810d2301d6fc3a8b3e786be5126e9979a050 /include/api_zot.php | |
parent | 3dd6499ac4bfbb7ef52ba3a224ec7a35ff481a48 (diff) | |
download | volse-hubzilla-07f850ed15a0af3037b96c0849b949b0bfac791b.tar.gz volse-hubzilla-07f850ed15a0af3037b96c0849b949b0bfac791b.tar.bz2 volse-hubzilla-07f850ed15a0af3037b96c0849b949b0bfac791b.zip |
Make export_page API endpoint match ZAP
Diffstat (limited to 'include/api_zot.php')
-rw-r--r-- | include/api_zot.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/api_zot.php b/include/api_zot.php index b332aea71..287720484 100644 --- a/include/api_zot.php +++ b/include/api_zot.php @@ -6,8 +6,8 @@ api_register_func('api/export/basic','api_export_basic', true); api_register_func('api/red/channel/export/basic','api_export_basic', true); api_register_func('api/z/1.0/channel/export/basic','api_export_basic', true); - api_register_func('api/red/item/export/page','api_item_export_page', true); - api_register_func('api/z/1.0/item/export/page','api_item_export_page', true); + api_register_func('api/red/item/export_page','api_item_export_page', true); + api_register_func('api/z/1.0/item/export_page','api_item_export_page', true); api_register_func('api/red/channel/list','api_channel_list', true); api_register_func('api/z/1.0/channel/list','api_channel_list', true); api_register_func('api/red/channel/stream','api_channel_stream', true); |