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 ab1a154 commit 82b964fCopy full SHA for 82b964f
server/src/analyser.ts
@@ -633,7 +633,7 @@ export default class Analyzer {
633
}
634
635
const searchParams = new URLSearchParams({ cmd: interestingNode.text }).toString()
636
- const url = `${endpoint}/api/explain?${searchParams}`
+ const url = `${endpoint}/explain?${searchParams}`
637
638
const explainshellRawResponse = await fetch(url)
639
const explainshellResponse =
0 commit comments