debug/api-router-remove-and-delete-contact
This commit is contained in:
1 parent
0d05828c9c
commit
2bc558b4e0
2 files changed
+4
-3
No files matched your search
@@ -846,7 +846,7 @@ func CreateContact(c *fiber.Ctx) error {
|
||||
})
|
||||
}
|
||||
|
||||
func RemoveContact(c *fiber.Ctx) error {
|
||||
func DeleteContact(c *fiber.Ctx) error {
|
||||
var data map[string]string
|
||||
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
|
||||
|
||||
|
||||
Reference in new issue
Block a user