Merge pull request #5108 from zyhfish/task/fix-5103

Fix #5103: return a copy of the assembly list.
This commit is contained in:
Shaun Walker 2025-02-18 11:40:30 -05:00 committed by GitHub
commit a8cbc0040e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -171,7 +171,8 @@ namespace Oqtane.Controllers
}
}
return assemblyList;
});
}).ToList();
}
// GET api/<controller>/load?list=x,y