Use more generic host and port for updating the math menu

Change-Id: Iaa079b8037d3c73cfc8a283aa3f7c7926feb328b
This commit is contained in:
Thalia 2016-01-11 18:24:57 +00:00 committed by Jforrester
parent 7ee802744e
commit a3a76811d2
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@
} ),
// API call to mathoid
options = {
host: '192.168.37.177',
port: '10044',
host: 'mathoid.testme.wmflabs.org',
port: '80',
path: '/',
method: 'POST',
headers: {