adminforth 3.6.16 → 3.6.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -578,7 +578,7 @@ export interface IAdminForth {
|
|
|
578
578
|
* This method will be automatically called from AdminForth HTTP adapter to serve AdminForth SPA.
|
|
579
579
|
*/
|
|
580
580
|
setupEndpoints(server: IHttpServer): void;
|
|
581
|
-
|
|
581
|
+
|
|
582
582
|
/**
|
|
583
583
|
* This method can be used when you want to get some plugin instances by class name.
|
|
584
584
|
* Should be used for plugins which might have multiple instances with the same class name.
|