Moodle 3.5 Mobile app how to pass site url dynamically

Re: Moodle 3.5 Mobile app how to pass site url dynamically

by Praveen Chamarthi -
Number of replies: 0

Hi ,

You need to add url in configconstants.ts file 

static siteurl = 'Here add your site URl';


Thanks,

-P