Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb802e7

Browse files
committed
[processing#975] Fixed bug with examples-ml5.js
1 parent c607400 commit eb802e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/scripts/examples-ml5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ async function createProject(project) {
313313
const options = Object.assign({}, editorRequestOptions);
314314
options.method = 'POST';
315315
options.url = `${options.url}/sketches`;
316-
options.body = project;
316+
options.data = project;
317317

318318
try {
319319
const { data } = await axios.request(options);

0 commit comments

Comments
 (0)