Skip to content

Commit 9612950

Browse files
Apply suggestions from PR review
Co-authored-by: Stephen Halter <halter73@gmail.com>
1 parent 9eb9856 commit 9612950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/EverythingServer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
{
6363
var uri = ctx.Params?.Uri;
6464

65-
if (uri?.StartsWith("test://static/resource/") == true)
65+
if (uri == "test://direct/text/resource")
6666
{
6767
return new ReadResourceResult
6868
{

0 commit comments

Comments
 (0)