Improve search
This commit is contained in:
10
app/urls.py
10
app/urls.py
@@ -66,6 +66,16 @@ urlpatterns = [
|
||||
automation.CommandRoutingSettings.as_view(),
|
||||
name="command_routing",
|
||||
),
|
||||
path(
|
||||
"settings/ai-execution/",
|
||||
automation.AIExecutionLogSettings.as_view(),
|
||||
name="ai_execution_log",
|
||||
),
|
||||
path(
|
||||
"settings/translation/",
|
||||
automation.TranslationSettings.as_view(),
|
||||
name="translation_settings",
|
||||
),
|
||||
path(
|
||||
"settings/business-plan/<str:doc_id>/",
|
||||
automation.BusinessPlanEditor.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user