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

rm get_user_contacts

This commit is contained in:
lian
2016-08-19 14:05:02 +08:00
committed by lian
parent 8d62d3786e
commit 996c67fdb7
3 changed files with 0 additions and 24 deletions

View File

@@ -156,7 +156,6 @@ define([
// Misc
case 'thumbnail_create': return siteRoot + 'thumbnail/' + options.repo_id + '/create/';
case 'get_user_contacts': return siteRoot + 'ajax/contacts/';
case 'get_popup_notices': return siteRoot + 'ajax/get_popup_notices/';
case 'set_notices_seen': return siteRoot + 'ajax/set_notices_seen/';
case 'notifications': return siteRoot + 'api/v2.1/notifications/';