We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1ca0cb + d7a1e74 commit 4ba1e2bCopy full SHA for 4ba1e2b
examples/stdio_server.rb
@@ -85,7 +85,7 @@ def template(args, server_context:)
85
[{
86
uri: params[:uri],
87
mimeType: "text/plain",
88
- text: "Hello, world!",
+ text: "Hello, world! URI: #{params[:uri]}",
89
}]
90
end
91
0 commit comments