Skip to content

Commit b543c89

Browse files
committed
GET / should work too
1 parent a82bbcd commit b543c89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

foo_auth.rb

+4
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ def get_response
8181
end # class
8282
end # helpers
8383

84+
get '/' do
85+
"Hello" # TODO get content from README.org or .md...
86+
end
87+
8488
post '/' do
8589
"Hello" # TODO get content from README.org or .md...
8690
end

0 commit comments

Comments
 (0)