Is there an easy way to add a new Sinatra endpoint to a dashing.io server?
I'd like to incorporate a Dropbox webhook so that I can update a widget whenever a certain file changes in Dropbox. For that to work I have to add a new endpoint (e.g. https://www.example.com/dropbox-webhook) to the dashing.io server.