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.
2 parents ab1a154 + 82b964f commit 3b2ab83Copy full SHA for 3b2ab83
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