From 8e7745484698861b8c6e8c22e1e9ba2fb5c01e59 Mon Sep 17 00:00:00 2001 From: Sahil Date: Mon, 24 Jun 2024 07:14:23 +0530 Subject: [PATCH 1/2] hello everyone --- RunGroopWebApp/Controllers/AccountController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RunGroopWebApp/Controllers/AccountController.cs b/RunGroopWebApp/Controllers/AccountController.cs index cf5ec02..0ec1f0a 100644 --- a/RunGroopWebApp/Controllers/AccountController.cs +++ b/RunGroopWebApp/Controllers/AccountController.cs @@ -123,6 +123,6 @@ public async Task GetLocation(string location) return Json(locationResult); } - +
hello everyone
} } \ No newline at end of file From 5ef2305728d9db313b411265c280114e926bd447 Mon Sep 17 00:00:00 2001 From: Sahil Date: Mon, 24 Jun 2024 07:32:23 +0530 Subject: [PATCH 2/2] BUG --- RunGroopWebApp/Controllers/AccountController.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RunGroopWebApp/Controllers/AccountController.cs b/RunGroopWebApp/Controllers/AccountController.cs index 0ec1f0a..05a9649 100644 --- a/RunGroopWebApp/Controllers/AccountController.cs +++ b/RunGroopWebApp/Controllers/AccountController.cs @@ -109,7 +109,7 @@ public async Task Welcome(int page = 0) return View(); } return View(); - + } [HttpGet] @@ -124,5 +124,6 @@ public async Task GetLocation(string location) }
hello everyone
+
this is a branch
} } \ No newline at end of file