Removes internal api package

This commit is contained in:
Dennis Schoepf 2024-04-26 22:46:31 +02:00
parent ce5ee0fbd7
commit c65e239b68
3 changed files with 0 additions and 96 deletions

View file

@ -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"})
}