Skip to content

Commit 1e2eafa

Browse files
committed
[#975] Fixed merge conflict
1 parent b8ba4eb commit 1e2eafa

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
@@ -112,7 +112,7 @@ async function fetchFileContent(item) {
112112
async function getCategories() {
113113
try {
114114
const options = Object.assign({}, githubRequestOptions);
115-
options.url = `${options.url}/p5js${branchRef}`;
115+
options.url = `${options.url}/examples/p5js${branchRef}`;
116116
const { data } = await axios.request(options);
117117

118118
return data;

0 commit comments

Comments
 (0)