Created
February 6, 2018 08:54
-
-
Save NoSkillGuy/49cbba4945ae9876fc8573ffdef1c917 to your computer and use it in GitHub Desktop.
Vagrant port forwarding in sinatra app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'sinatra' | |
set :bind, '0.0.0.0' | |
get '/' do | |
'Hello world! | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment