mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-27 23:33:05 +00:00
Merge pull request #5108 from zyhfish/task/fix-5103
Fix #5103: return a copy of the assembly list.
This commit is contained in:
commit
a8cbc0040e
@ -171,7 +171,8 @@ namespace Oqtane.Controllers
|
||||
}
|
||||
}
|
||||
return assemblyList;
|
||||
});
|
||||
}).ToList();
|
||||
|
||||
}
|
||||
|
||||
// GET api/<controller>/load?list=x,y
|
||||
|
Loading…
x
Reference in New Issue
Block a user