example-terminal-backend
example-terminal-backend copied to clipboard
Update web.rb to allow external device access and update README
This PR updates the web.rb file to bind the Sinatra server to 0.0.0.0, allowing external devices (e.g., mobile phones, card readers) to connect to the server for testing. This is especially useful for developers who are testing on devices other than localhost.