* [Bugfix] 修复错误

* [Bugfix] 修复一些bug
This commit is contained in:
老广
2018-12-17 11:44:43 +08:00
committed by GitHub
parent 374039d287
commit 985bd6fc82
6 changed files with 22 additions and 15 deletions

View File

@@ -11,6 +11,7 @@ app_name = "ops"
router = DefaultRouter()
router.register(r'tasks', api.TaskViewSet, 'task')
router.register(r'adhoc', api.AdHocViewSet, 'adhoc')
router.register(r'history', api.AdHocRunHistoryViewSet, 'history')
router.register(r'command-executions', api.CommandExecutionViewSet, 'command-execution')
urlpatterns = [