jenkins-bot has submitted this change and it was merged.

Change subject: Use explicit cxserver REST API version number in configuration
......................................................................


Use explicit cxserver REST API version number in configuration

Depends I69c1655ab794518 of cxserver

Bug: T87712
Change-Id: I9e0f623067af130b25b2e4e8e9e25d8868f6d498
---
M ContentTranslation.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  KartikMistry: Looks good to me, approved
  jenkins-bot: Verified

Objections:
  Jsahleen: There's a problem with this change, please improve



diff --git a/ContentTranslation.php b/ContentTranslation.php
index 5dd97ee..6c1c222 100644
--- a/ContentTranslation.php
+++ b/ContentTranslation.php
@@ -112,7 +112,7 @@
 $GLOBALS['wgContentTranslationSiteTemplates'] = array(
        'view' => '//$1.wikipedia.org/wiki/$2',
        'api' => '//$1.wikipedia.org/w/api.php',
-       'cx' => 'http://localhost:8080',
+       'cx' => 'http://localhost:8080/v1',
 );
 
 /**

-- 
To view, visit https://gerrit.wikimedia.org/r/188767
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9e0f623067af130b25b2e4e8e9e25d8868f6d498
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>
Gerrit-Reviewer: Jsahleen <[email protected]>
Gerrit-Reviewer: KartikMistry <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to