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

[dir view] added 'file comment'

This commit is contained in:
llj
2017-09-26 10:35:16 +08:00
parent f3ad5e9685
commit b55446551b
10 changed files with 427 additions and 7 deletions

View File

@@ -98,6 +98,7 @@ define([
case 'dir-details': return siteRoot + 'api/v2.1/repos/' + options.repo_id + '/dir/detail/';
case 'tags': return siteRoot + 'api/v2.1/repos/' + options.repo_id + '/tags/';
case 'file-comments': return siteRoot + 'api2/repos/' + options.repo_id + '/file/comments/';
// Repos
case 'repos': return siteRoot + 'api2/repos/';