1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

update user personal wiki module

This commit is contained in:
lian
2016-08-23 14:50:05 +08:00
committed by lian
parent 7472c03bec
commit d05f72b7a0
7 changed files with 135 additions and 35 deletions

View File

@@ -159,8 +159,8 @@ define([
case 'notifications': return siteRoot + 'api/v2.1/notifications/';
case 'notification': return siteRoot + 'api/v2.1/notification/';
case 'user_enabled_modules': return siteRoot + 'api/v2.1/user-enabled-modules/';
case 'toggle_personal_modules': return siteRoot + 'ajax/toggle-personal-modules/';
case 'starred_files': return siteRoot + 'api2/starredfiles/';
case 'events': return siteRoot + 'api2/events/';
case 'devices': return siteRoot + 'api2/devices/';