Santhosh has uploaded a new change for review.
https://gerrit.wikimedia.org/r/189962
Change subject: Correct the path to dictionary module
......................................................................
Correct the path to dictionary module
Regression from I69c1655ab79451
Change-Id: If2a283737b9d21bf480740bc908e0329639aa402
---
M routes/v1.js
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/cxserver
refs/changes/62/189962/1
diff --git a/routes/v1.js b/routes/v1.js
index f2c1a5f..ad5ead3 100644
--- a/routes/v1.js
+++ b/routes/v1.js
@@ -148,7 +148,7 @@
return;
}
- dictClients = require( __dirname + '/dictionary/' );
+ dictClients = require( __dirname + '/../dictionary/' );
dictClient = dictClients[ provider ];
logger.profile( 'Dictionary lookup' );
--
To view, visit https://gerrit.wikimedia.org/r/189962
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If2a283737b9d21bf480740bc908e0329639aa402
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/cxserver
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits