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.
1 parent bf2169b commit 93b54a0Copy full SHA for 93b54a0
app.rb
@@ -19,6 +19,7 @@ class SpacexAPI < Sinatra::Base
19
20
# Allows connections from all
21
set :bind, '0.0.0.0'
22
+ set :logging, true
23
24
# Enable CORS
25
configure do
0 commit comments