When we run this code it needs to update the url in the options object ``` javascript if (newUrl) { self.dropzone.options.url = newUrl; } ```
When we run this code it needs to update the url in the options object