1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 08:06:56 +00:00

rm REPLACE_FROM_EMAIL and other unused code (#6339)

* rm REPLACE_FROM_EMAIL and other unused code

* update

* update
This commit is contained in:
lian
2024-07-12 11:50:22 +08:00
committed by GitHub
parent 40cdedd8f7
commit d3ab3c5460
10 changed files with 16 additions and 400 deletions

View File

@@ -4,10 +4,8 @@ from django.urls import path
from .views import *
urlpatterns = [
path('link/send/', send_shared_link, name='send_shared_link'),
path('link/save/', save_shared_link, name='save_shared_link'),
path('link/export-excel/', export_shared_link, name='export_shared_link'),
path('upload_link/send/', send_shared_upload_link, name='send_shared_upload_link'),
path('ajax/private-share-dir/', ajax_private_share_dir, name='ajax_private_share_dir'),
path('ajax/get-link-audit-code/', ajax_get_link_audit_code, name='ajax_get_link_audit_code'),
]