mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 18:33:01 +00:00
full comments system
This commit is contained in:
@@ -5,6 +5,9 @@ import authRegister from "./auth/register";
|
||||
import issueCreate from "./issue/create";
|
||||
import issueDelete from "./issue/delete";
|
||||
import issueUpdate from "./issue/update";
|
||||
import issueCommentCreate from "./issue-comment/create";
|
||||
import issueCommentDelete from "./issue-comment/delete";
|
||||
import issueCommentsByIssue from "./issue-comments/by-issue";
|
||||
import issues from "./issues/all";
|
||||
import issuesByProject from "./issues/by-project";
|
||||
import issuesReplaceStatus from "./issues/replace-status";
|
||||
@@ -54,6 +57,10 @@ export const routes = {
|
||||
issueDelete,
|
||||
issueUpdate,
|
||||
|
||||
issueCommentCreate,
|
||||
issueCommentDelete,
|
||||
issueCommentsByIssue,
|
||||
|
||||
issuesByProject,
|
||||
issues,
|
||||
issuesReplaceStatus,
|
||||
|
||||
Reference in New Issue
Block a user