Skip to content

Commit

Permalink
fix: bump (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybeeelsdon authored Mar 19, 2024
1 parent cfd642a commit 281e103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/DARE-API/Controllers/TreController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class TreController : Controller
private readonly ApplicationDbContext _DbContext;
protected readonly IHttpContextAccessor _httpContextAccessor;


public TreController(ApplicationDbContext applicationDbContext, IHttpContextAccessor httpContextAccessor)
{

Expand Down
1 change: 1 addition & 0 deletions src/DARE-FrontEnd/Views/Project/GetProject.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
}



<div class="container-lg mt-4 p-4 bg-white border-1 shadow-sm">
<div class="d-flex align-items-center justify-content-between">
<div>
Expand Down

0 comments on commit 281e103

Please sign in to comment.