MDL-81031 admin: Add swagger UI

This commit is contained in:
Andrew Nicols 2023-10-31 10:19:46 +08:00 committed by Jun Pataleta
parent fbca10b8f3
commit 091ae55c20
No known key found for this signature in database
GPG key ID: F83510526D99E2C7
7 changed files with 148 additions and 1 deletions

View file

@ -180,6 +180,14 @@ $CFG->wwwroot = 'http://example.com/moodle';
$CFG->dataroot = '/home/example/moodledata';
// Whether the Moodle router is fully configured.
//
// From Moodle 4.5 this is set to false.
// The default value will change in a future release.
//
// When not configured on the web server it must be accessed via https://example.com/moodle/r.php
// When configured the on the web server the 'r.php' may be removed.
$CFG->routerconfigured = false;
//=========================================================================
// 4. DATA FILES PERMISSIONS