Skip to content

Commit 83e0c44

Browse files
author
Mark Macneil
committed
post in progress
1 parent 81c786b commit 83e0c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnetGigs/Controllers/DashboardController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public DashboardController()
1818
[HttpGet("home")]
1919
public IActionResult GetHome()
2020
{
21-
return new OkObjectResult(new { DisplayName = "Mark", CompanyName = "A company" });
21+
return new OkObjectResult(new { Message = "This is secure data!" });
2222
}
2323
}
2424
}

0 commit comments

Comments
 (0)