mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
customise organisation issue types
This commit is contained in:
@@ -50,7 +50,9 @@ const main = async () => {
|
||||
|
||||
"/issues/by-project": withGlobal(withAuth(routes.issuesByProject)),
|
||||
"/issues/replace-status": withGlobal(withAuth(withCSRF(routes.issuesReplaceStatus))),
|
||||
"/issues/replace-type": withGlobal(withAuth(withCSRF(routes.issuesReplaceType))),
|
||||
"/issues/status-count": withGlobal(withAuth(routes.issuesStatusCount)),
|
||||
"/issues/type-count": withGlobal(withAuth(routes.issuesTypeCount)),
|
||||
"/issues/all": withGlobal(withAuth(routes.issues)),
|
||||
"/issue-comments/by-issue": withGlobal(withAuth(routes.issueCommentsByIssue)),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user