0
0
Fork 0

throw out the server as it was a test

This commit is contained in:
Gibheer 2012-10-05 06:38:05 +02:00
parent c5db0891ff
commit c2c053a73b
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
module Zero
class Server
def call(env)
[200, {'Content-Type' => 'text/html'}, ["Hello World!"]]
end
end
end