Skip to content

Commit d328608

Browse files
committed
fix fetch example endpoint
1 parent 5228bc9 commit d328608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ const xircuits: JupyterFrontEndPlugin<void> = {
595595
label: 'Fetch Example Workflows',
596596
caption: 'Fetch example workflows into the examples directory',
597597
execute: async () => {
598-
await requestAPI('examples', { method: 'POST' });
598+
await requestAPI('examples/', { method: 'POST' });
599599
}
600600
});
601601

0 commit comments

Comments
 (0)