Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
#	package.json
  • Loading branch information
jgoralcz committed Dec 1, 2018
2 parents b7fb0e0 + 908e5aa commit f9b3cb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const question = previousStep.nextQuestion;
{
"nextQuestion": "Is your character a female?",
"progress": "2.43520",
"answers": [ "Yes", "No", "Don\'t know", "Probably", "Probably not" ],
"answers": [ "Yes", "No", "Don't know", "Probably", "Probably not" ],
"currentStep": 2,
"nextStep": 1
}
Expand Down
6 changes: 3 additions & 3 deletions functions/getURL.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ exports.regionURL = function (region) {

case "il":
case "hebrew":
id = "srv4.akinator.com:9170";
id = "srv12.akinator.com:9189";
break;

case "it":
Expand Down Expand Up @@ -90,7 +90,7 @@ exports.regionURL = function (region) {

case "ru":
case "russian":
id = "srv5.akinator.com:9124";
id = "srv12.akinator.com:9190";
break;

case "tr":
Expand All @@ -105,4 +105,4 @@ exports.regionURL = function (region) {
}

return id;
};
};

0 comments on commit f9b3cb8

Please sign in to comment.