Skip to content

Commit

Permalink
try to link to onlyoffice
Browse files Browse the repository at this point in the history
  • Loading branch information
lovehunter9 committed Nov 7, 2024
1 parent 660523f commit c041d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seahub/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -920,8 +920,8 @@
from seahub.onlyoffice.views import onlyoffice_editor_callback
from seahub.onlyoffice.views import OnlyofficeConvert
urlpatterns += [
path('seahub/onlyoffice/editor-callback/', onlyoffice_editor_callback, name='onlyoffice_editor_callback'),
path('seahub/onlyoffice-api/convert/', OnlyofficeConvert.as_view(), name='onlyoffice_api_convert'),
path('sync-onlyoffice/onlyoffice/editor-callback/', onlyoffice_editor_callback, name='onlyoffice_editor_callback'),
path('sync-onlyoffice/onlyoffice-api/convert/', OnlyofficeConvert.as_view(), name='onlyoffice_api_convert'),
]

if getattr(settings, 'ENABLE_BISHENG_OFFICE', False):
Expand Down

0 comments on commit c041d07

Please sign in to comment.