From 886c574c1ca7cd56c21c920aac4c0f91e4fda692 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Sun, 30 Oct 2022 14:46:17 +0300 Subject: (#4) will work on it later --- backend/controllers/userController.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/controllers') diff --git a/backend/controllers/userController.go b/backend/controllers/userController.go index bd6cef4..87a9427 100644 --- a/backend/controllers/userController.go +++ b/backend/controllers/userController.go @@ -83,7 +83,7 @@ func FetchUser(c *gin.Context) { return } -func UpdateUserCountry(c *gin.Context) { +/*func UpdateUserCountry(c *gin.Context) { id := c.Param("id") cc := c.Param("country") // Check if id is all numbers and 17 length @@ -170,4 +170,4 @@ func UpdateUserCountry(c *gin.Context) { }, }) return -} +}*/ -- cgit v1.2.3