diff --git a/appinfo/routes.php b/appinfo/routes.php index 1d6839fa..207b8e42 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -58,7 +58,7 @@ return [ ['name' => 'share#getVaultItems', 'url' => '/api/v2/sharing/vault/{vault_guid}/get', 'verb' => 'GET'], ['name' => 'share#getRevisions', 'url' => '/api/v2/sharing/revisions/{item_guid}', 'verb' => 'GET'], ['name' => 'share#getCredentialData', 'url' => '/api/v2/sharing/credential/{credential_guid}', 'verb' => 'GET'], - ['name' => 'share#createPublicShare', 'url' => '/api/v2/sharing/sharing/public', 'verb' => 'POST'], + ['name' => 'share#createPublicShare', 'url' => '/api/v2/sharing/public', 'verb' => 'POST'], //Internal API ['name' => 'internal#remind', 'url' => '/api/internal/notifications/remind/{credential_id}', 'verb' => 'POST'],