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

View File

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