add taskfile

This commit is contained in:
2026-05-31 19:32:47 -05:00
parent 6958eea830
commit a6317d1be5
4 changed files with 112 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package admin
import "github.com/gofiber/fiber/v2"
func RegisterRoutes(ctx *fiber.Ctx) {
}