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

[api & notification] Add send_file_updates_email command and update account_info API

This commit is contained in:
zhengxie
2018-11-05 11:56:33 +08:00
parent 313bb3c977
commit e9778fccd4
14 changed files with 741 additions and 35 deletions

View File

@@ -5,7 +5,6 @@ TOKEN_URL = apiurl('/api2/auth-token/')
AUTH_PING_URL = apiurl('/api2/auth/ping/')
ACCOUNTS_URL = apiurl('/api2/accounts/')
ACCOUNT_INFO_URL = apiurl('/api2/account/info/')
AVATAR_BASE_URL = apiurl(u'/api2/avatars/')
REPOS_URL = apiurl('/api2/repos/')