added getGameConfig

This commit is contained in:
mig 2017-04-13 13:22:21 +02:00
parent 75789caaa4
commit fcd1bb78d3

View file

@ -58,7 +58,7 @@ function ExportFunction(fName) {
}
}
["listGames","createMatch"].forEach((fName)=>{
["listGames","createMatch","getGameConfig"].forEach((fName)=>{
ExportFunction(fName);
});