Removes internal api package
This commit is contained in:
parent
ce5ee0fbd7
commit
c65e239b68
3 changed files with 0 additions and 96 deletions
|
|
@ -1,9 +0,0 @@
|
|||
package api
|
||||
|
||||
import (
|
||||
"github.com/gofiber/fiber/v2"
|
||||
)
|
||||
|
||||
func FetchAllUsersHandler(ctx *fiber.Ctx) error {
|
||||
return ctx.JSON(&fiber.Map{"users": "none"})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue