Skip to content

Commit 4ba1e2b

Browse files
authored
Merge pull request #95 from andyw8/andyw8/fix-resource-example
Fix stdio server resource example
2 parents d1ca0cb + d7a1e74 commit 4ba1e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/stdio_server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def template(args, server_context:)
8585
[{
8686
uri: params[:uri],
8787
mimeType: "text/plain",
88-
text: "Hello, world!",
88+
text: "Hello, world! URI: #{params[:uri]}",
8989
}]
9090
end
9191

0 commit comments

Comments
 (0)