Santhosh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/188767

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(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/67/188767/1

diff --git a/ContentTranslation.php b/ContentTranslation.php
index 8310ea9..58f1197 100644
--- a/ContentTranslation.php
+++ b/ContentTranslation.php
@@ -110,7 +110,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: newchange
Gerrit-Change-Id: I9e0f623067af130b25b2e4e8e9e25d8868f6d498
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>

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

Reply via email to