update/remove-derprecated-code
This commit is contained in:
1 parent
1078b4f78a
commit
9534d2f1f2
1 file changed
-5
@@ -6,11 +6,6 @@ import (
|
||||
"github.com/gofiber/fiber/v2"
|
||||
)
|
||||
|
||||
type Person struct {
|
||||
Name string `json:"name" form:"name"`
|
||||
Email string `json:"email" form:"email"`
|
||||
}
|
||||
|
||||
func Setup(app *fiber.App) {
|
||||
// API Handling
|
||||
|
||||
|
||||
Reference in new issue
Block a user