DevelopmentSettings: Do not override existing REST API config
Change-Id: I49549eb68a7eeb0fde91522eec3fbbeb47aec5cd
This commit is contained in:
parent
5a59fe1e22
commit
1e5a866a79
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ foreach ( $wgRateLimits as $right => &$limit ) {
|
|||
$wgEnableJavaScriptTest = true;
|
||||
|
||||
// Enable development/experimental endpoints
|
||||
$wgRestAPIAdditionalRouteFiles = [ 'includes/Rest/coreDevelopmentRoutes.json' ];
|
||||
$wgRestAPIAdditionalRouteFiles[] = 'includes/Rest/coreDevelopmentRoutes.json';
|
||||
|
||||
// Greatly raise the limits on short/long term login attempts,
|
||||
// so that automated tests run in parallel don't error.
|
||||
|
|
|
|||
Loading…
Reference in a new issue