Open thenewwazoo opened 7 years ago
Per this great comment, change the argument passed to .post to take a Url object constructed with join() instead of a string constructed with format!().
.post
Url
join()
format!()
Per this great comment, change the argument passed to
.post
to take aUrl
object constructed withjoin()
instead of a string constructed withformat!()
.