File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55app_name = "module"
66urlpatterns = [
77 path ('workspace/<str:workspace_id>/<str:source>/module' , views .ModuleView .Create .as_view ()),
8- path ('workspace/<str:workspace_id>/<str:source>/module/tree ' , views .ModuleTreeView .as_view ()),
8+ path ('workspace/<str:workspace_id>/<str:source>/module' , views .ModuleTreeView .as_view ()),
99 path ('workspace/<str:workspace_id>/<str:source>/module/<str:module_id>' , views .ModuleView .Operate .as_view ()),
1010]
Original file line number Diff line number Diff line change 55app_name = "tool"
66urlpatterns = [
77 path ('workspace/<str:workspace_id>/tool' , views .ToolView .Create .as_view ()),
8- path ('workspace/<str:workspace_id>/tool/tree ' , views .ToolTreeView .as_view ()),
8+ path ('workspace/<str:workspace_id>/tool' , views .ToolTreeView .as_view ()),
99 path ('workspace/<str:workspace_id>/tool/<str:tool_id>' , views .ToolView .Operate .as_view ()),
1010]
You can’t perform that action at this time.
0 commit comments