1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00

Drafts module (#2375)

This commit is contained in:
shanshuirenjia
2018-09-15 16:14:17 +08:00
committed by Daniel Pan
parent 0a3296d304
commit e793730939
29 changed files with 1037 additions and 3 deletions

View File

@@ -224,6 +224,9 @@ define([
case 'org-admin-group-owned-library': return siteRoot + 'api/v2.1/org/' + options.org_id + '/admin/groups/' + options.group_id + '/group-owned-libraries/' + options.repo_id + '/';
case 'license': return siteRoot + 'api/v2.1/admin/license/';
//drafts
case 'new-draft': return siteRoot + 'api/v2.1/drafts/';
}
},