maintenance: plugin refactoring

This commit is contained in:
Gary Sharp
2022-12-04 13:40:16 +11:00
parent 05593a1466
commit 4f9f0fd0a8
12 changed files with 402 additions and 129 deletions
+1
View File
@@ -450,6 +450,7 @@ namespace Disco.Services.Plugins
handler.Manifest = this;
handler.HostController = HostController;
handler.Url = HostController.Url;
return handler;
}