uncommented
This commit is contained in:
parent
dce91943b3
commit
c01dd21b0a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ type GlobalState interface {
|
|||
GetWeeklyReportsUserHandler(c *fiber.Ctx) error
|
||||
IsProjectManagerHandler(c *fiber.Ctx) error
|
||||
// UpdateProject(c *fiber.Ctx) error // To update a project // WIP
|
||||
// DeleteProject(c *fiber.Ctx) error // To delete a project // WIP
|
||||
DeleteProject(c *fiber.Ctx) error // To delete a project // WIP
|
||||
// CreateTask(c *fiber.Ctx) error // To create a new task // WIP
|
||||
// GetTasks(c *fiber.Ctx) error // To get all tasks // WIP
|
||||
// GetTask(c *fiber.Ctx) error // To get a specific task // WIP
|
||||
|
|
Loading…
Reference in a new issue