Skip to content
Open

BUG #26

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions RunGroopWebApp/Controllers/AccountController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public async Task<IActionResult> Welcome(int page = 0)
return View();
}
return View();

}

[HttpGet]
Expand All @@ -123,6 +123,7 @@ public async Task<IActionResult> GetLocation(string location)
return Json(locationResult);
}


<div>hello everyone</div>
<div>this is a branch</div>
}
}