falcon-rails-example
falcon-rails-example copied to clipboard
How to change default port for development
I'm looking to run multiple local api serves on rails falcon, to do so I need to set different default ports for the applications.
The only part of the code that references the default port 3000 is in the puma.rb which I assume is from the generated rails code that does not seem to run when using Falcon.