1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00

optimize code (#6066)

* optimize code

* add new inst web api

* update

* update

* optimize code

* set user is_active

* optimize code

* optimize code

* optimize code

* optimize code

* rm unused test code

* delete test code

---------

Co-authored-by: lian <imwhatiam123@gmail.com>
This commit is contained in:
杨顺强
2024-05-17 15:26:04 +08:00
committed by GitHub
parent 6d1bb9039d
commit eda0171d66
30 changed files with 1445 additions and 589 deletions

View File

@@ -39,6 +39,7 @@ const entryFiles = {
search: '/pages/search',
uploadLink: '/pages/upload-link',
subscription: '/subscription.js',
institutionAdmin: '/pages/institution-admin/index.js'
};
const getEntries = (isEnvDevelopment) => {