Skip to content

Commit

Permalink
modify endpoint data for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-stuart-cross committed Jan 23, 2024
1 parent b670cc5 commit 73ad5f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Birder/MinApiEndpoints/GeneralEndpoints.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ public static string ServerInfo(ISystemClockService clock)

var text = string.Join(
Environment.NewLine,
"birder-server API v1.8",
"birder-server API v1.9",
"ASP.NET 8",
"https://github.com/andrew-stuart-cross/birder-server",
$"{date}",
$"\u00A9 Birder {date.Year}");
Expand Down

0 comments on commit 73ad5f4

Please sign in to comment.