[Vuejs]-I'm having problems making bunnystream API requests with Vuejs fetch

0👍

body: JSON.stringify({
             // your expected POST request payload goes here
                     title: "My post title",
                     body: "My post content."
                    })

it worked, i’m so ignorant

Leave a comment