debug/api-router-remove-and-delete-contact

This commit is contained in:
SowinskiBraeden committed 2022-02-09 13:46:42 -08:00
1 parent 0d05828c9c
commit 2bc558b4e0
2 files changed
+4 -3

No files matched your search

+1 -1
View File
@@ -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)