add issue count to pm projects

This commit is contained in:
呱呱呱
2023-11-07 11:44:36 +08:00
parent 005f1d4aa5
commit 8329cc113b
3 changed files with 26 additions and 4 deletions

View File

@@ -75,9 +75,7 @@ class Api::Pm::IssuesController < Api::Pm::BaseController
render "api/v1/issues/statues/index"
end
def count
end
def destroy
@object_result = Api::V1::Issues::DeleteService.call(@project, @issue, current_user)