diff --git a/web/plugin/plugin.anubis b/web/plugin/plugin.anubis index 381234c..9dd0819 100644 --- a/web/plugin/plugin.anubis +++ b/web/plugin/plugin.anubis @@ -19,7 +19,7 @@ public type WEB_Plugin: String app_name, //application name String space_name, //space name //version - (SQLite3DataBase db, HK_Database hk_db, VTM _vtm, (LogLevel, String) -> One logger) -> WEB_Controller get_controller, + (SQLite3DataBase db, HK_Database hk_db, VTM _vtm, (LogLevel, String) -> One logger) -> List(WEB_Controller) get_controller, (WEB_Session, String type) -> Maybe(HTML_Partial_Content) get_typed_content // (One dummy) -> Plugin_Left_Menu get_plugin_left_menu // (One dummy) -> -- libgit2 0.21.4