Skip to content

Commit effde1f

Browse files
authored
fix: mount api for customize plugin (#8417)
#8393
1 parent ac3b1d9 commit effde1f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • backend/plugins/customize/impl

backend/plugins/customize/impl/impl.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,14 @@ func (p Customize) ApiResources() map[string]map[string]plugin.ApiResourceHandle
108108
"csvfiles/issue_repo_commits.csv": {
109109
"POST": handlers.ImportIssueRepoCommit,
110110
},
111+
"csvfiles/qa_apis.csv": {
112+
"POST": handlers.ImportQaApis,
113+
},
114+
"csvfiles/qa_test_cases.csv": {
115+
"POST": handlers.ImportQaTestCases,
116+
},
117+
"csvfiles/qa_test_case_executions.csv": {
118+
"POST": handlers.ImportQaTestCaseExecutions,
119+
},
111120
}
112121
}

0 commit comments

Comments
 (0)