Skip to content

Commit 6c48e7a

Browse files
committed
assignment task schneems#4 completed
1 parent 53c099d commit 6c48e7a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

server_simple.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@
1111
trap 'INT' do server.shutdown end
1212

1313
## Start the server
14+
server.mount_proc '/' do |req, res|
15+
res.body = 'Hello, world!'
16+
end
1417
server.start

0 commit comments

Comments
 (0)