Results 2 comments of Vipul

Made a slight change to @janzheng 's code. Return `data[from]` only if data exists. Without this, the function crashes on non-article urls. ``` const composeRule = fn => ({ from,...

@filfreire I was also having trouble setting the 'Content-Type' header on Insomnia and just tried it on Postman. While Postman does set ```Content-Type: multipart/form-data; boundary=``` uneditable header by default, you...