I need to make some methods with Sinatra that should look like:
http//:localhost:1234/add?string_to_add
But when I declare it li
You should declare it as:
get "/add?:string_to_add?" do ... end