We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c607400 commit eb802e7Copy full SHA for eb802e7
server/scripts/examples-ml5.js
@@ -313,7 +313,7 @@ async function createProject(project) {
313
const options = Object.assign({}, editorRequestOptions);
314
options.method = 'POST';
315
options.url = `${options.url}/sketches`;
316
- options.body = project;
+ options.data = project;
317
318
try {
319
const { data } = await axios.request(options);
0 commit comments