Refactoring the service manager code

This commit is contained in:
2017-11-23 17:47:47 +04:00
parent 5639dc7b0f
commit 1c87dae035
3 changed files with 11 additions and 24 deletions

View File

@ -27,6 +27,6 @@ defined("MOODLE_INTERNAL") || die();
if ($hassiteconfig) {
$ADMIN->add("server", new admin_externalpage("local_webhooks",
new lang_string("pluginname", "local_webhooks"),
new moodle_url("/local/webhooks/managerservice.php")
new moodle_url("/local/webhooks/index.php")
));
}