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:
committed by
Daniel Pan
parent
0a3296d304
commit
e793730939
@@ -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/';
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user