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

filter out sub repos

This commit is contained in:
lian
2016-09-22 11:32:21 +08:00
parent 2e8f406302
commit 74b5e840db
8 changed files with 14 additions and 113 deletions

View File

@@ -10,7 +10,6 @@ AVATAR_BASE_URL = apiurl(u'/api2/avatars/')
REPOS_URL = apiurl('/api2/repos/')
DEFAULT_REPO_URL = apiurl('/api2/default-repo/')
VIRTUAL_REPOS_URL = apiurl('/api2/virtual-repos/')
GET_REPO_TOKENS_URL = apiurl('/api2/repo-tokens/')
GROUPS_URL = apiurl(u'/api2/groups/')