1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 23:48:47 +00:00

frontend add smart-link

This commit is contained in:
cainiao222
2018-06-29 18:37:28 +08:00
committed by lian
parent f03727a82c
commit 349ea9368c
6 changed files with 148 additions and 4 deletions

View File

@@ -140,6 +140,7 @@ define([
// Links
case 'send_shared_download_link': return siteRoot + 'share/link/send/';
case 'send_shared_upload_link': return siteRoot + 'share/upload_link/send/';
case 'smart_link': return siteRoot + 'api/v2.1/smart-link/';
// Group
case 'groups': return siteRoot + 'api/v2.1/groups/';