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 b85961f commit af8899c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seahub/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@
path('saml2/complete/', auth_complete, name='saml2_complete'),
]

if True: # getattr(settings, 'ENABLE_ONLYOFFICE', False):
if getattr(settings, 'ENABLE_ONLYOFFICE', False):
from seahub.onlyoffice.views import onlyoffice_editor_callback
from seahub.onlyoffice.views import OnlyofficeConvert
urlpatterns += [
Expand Down

0 comments on commit af8899c

Please sign in to comment.