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 5228bc9 commit d328608Copy full SHA for d328608
src/index.tsx
@@ -595,7 +595,7 @@ const xircuits: JupyterFrontEndPlugin<void> = {
595
label: 'Fetch Example Workflows',
596
caption: 'Fetch example workflows into the examples directory',
597
execute: async () => {
598
- await requestAPI('examples', { method: 'POST' });
+ await requestAPI('examples/', { method: 'POST' });
599
}
600
});
601
0 commit comments