更新
This commit is contained in:
@@ -44,9 +44,26 @@ urlpatterns = [
|
||||
|
||||
# Hertz Log routes
|
||||
path('api/log/', include('hertz_studio_django_log.urls')),
|
||||
|
||||
|
||||
|
||||
# Hertz Notice routes
|
||||
path('api/notice/', include('hertz_studio_django_notice.urls')),
|
||||
|
||||
# ===========在下面添加你需要的路由===========
|
||||
# Hertz AI routes
|
||||
path('api/ai/', include('hertz_studio_django_ai.urls')),
|
||||
|
||||
# Hertz Knowledge Base routes
|
||||
path('api/kb/', include('hertz_studio_django_kb.urls')),
|
||||
|
||||
# Hertz Wiki routes
|
||||
path('api/wiki/', include('hertz_studio_django_wiki.urls')),
|
||||
|
||||
# Hertz YOLO routes
|
||||
path('api/yolo/', include('hertz_studio_django_yolo.urls')),
|
||||
|
||||
# YOLO 训练管理
|
||||
path('api/yolo/train/', include('hertz_studio_django_yolo_train.urls')),
|
||||
|
||||
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user