uncommented
This commit is contained in:
parent
04e17a1721
commit
3879f74d1f
2 changed files with 19 additions and 6 deletions
|
|
@ -18,7 +18,7 @@ type GlobalState interface {
|
|||
LoginRenew(c *fiber.Ctx) error // To renew the token
|
||||
CreateProject(c *fiber.Ctx) error // To create a new project
|
||||
GetUserProjects(c *fiber.Ctx) error // To get all projects
|
||||
// GetProject(c *fiber.Ctx) error // To get a specific project
|
||||
GetProject(c *fiber.Ctx) error // To get a specific project
|
||||
// UpdateProject(c *fiber.Ctx) error // To update a project
|
||||
// DeleteProject(c *fiber.Ctx) error // To delete a project
|
||||
// CreateTask(c *fiber.Ctx) error // To create a new task
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue