#202 Make web service accessible by 'local_mobile'

This commit is contained in:
Mark Nelson 2018-06-13 18:41:34 +08:00
parent fa89eb1a55
commit 1ecb528c11

View file

@ -32,7 +32,7 @@ $functions = array(
'description' => 'Delete an issue for a certificate',
'type' => 'write',
'ajax' => true,
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE)
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE, 'local_mobile')
),
'mod_customcert_save_element' => array(
'classname' => 'mod_customcert\external',