Skip to content

Commit

Permalink
Bind to localhost only.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed May 15, 2024
1 parent 9b15ada commit df85438
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/lively/environment/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ module Environment
module Application
include Falcon::Environment::Server

def url
"http://localhost:9292"
end

def application
if Object.const_defined?(:Application)
::Application
Expand Down

0 comments on commit df85438

Please sign in to comment.