#202 Make web service accessible by 'local_mobile'
This commit is contained in:
parent
743d1fb86a
commit
7038b60c51
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue