Skip to content

Commit

Permalink
knowledge bug resolved (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
namansleeps authored Aug 4, 2023
1 parent 585bf86 commit 241c888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/pages/Content/Marketplace/KnowledgeTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function KnowledgeTemplate({template, env, sendDatabaseData}) {

if (window.location.href.toLowerCase().includes('marketplace')) {
setInstalled('Sign in to install');
axios.get(`https://app.superagi.com/api/knowledge/marketplace/get/details/${template.name}`)
axios.get(`https://app.superagi.com/api/knowledges/marketplace/get/details/${template.name}`)
.then((response) => {
const data = response.data || [];
setTemplateData(data);
Expand Down

0 comments on commit 241c888

Please sign in to comment.