mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
use new public gameinfo api
This commit is contained in:
parent
fd36590e7f
commit
cc481373d8
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@ public class NetUtils {
|
|||
{
|
||||
String host = XWPrefs.getPrefsString( context, R.string.key_mqtt_host );
|
||||
String myID = XwJNI.dvc_getMQTTDevID();
|
||||
String url = String.format( "https://%s/xw4/ui/games?gameid=%d&d1=%s",
|
||||
// Use the route that doesn't require login
|
||||
String url = String.format( "https://%s/xw4/ui/gameinfo?gameid=%d&devid=%s",
|
||||
host, gameID, myID );
|
||||
return url;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue