Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/compiler/crystal/tools/playground/views/_about.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h1>Usage</h1>
context.response.headers["Content-Type"] = "text/plain"
context.response.print("Hello world!")
end
server.bind "0.0.0.0", 5678
server.bind_tcp "0.0.0.0", 5678

puts "Listening on http://0.0.0.0:5678"
server.listen</pre>
Expand Down
2 changes: 1 addition & 1 deletion src/http/formdata.cr
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require "./formdata/**"
# context.response << file.path
# end
#
# server.bind 8085
# server.bind_tcp 8085
# server.listen
# ```
#
Expand Down