mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
Prepare for server push; bump extension version number (note that 2.2.0 of extension
never launched; now extension and Android app version in sync - should keep it this way in future)
This commit is contained in:
@@ -45,7 +45,7 @@ import android.util.Log;
|
||||
* AppEngine client. Handles auth.
|
||||
*/
|
||||
public class AppEngineClient {
|
||||
static final String BASE_URL = "https://9.chrometophone.appspot.com";
|
||||
static final String BASE_URL = "https://chrometophone.appspot.com";
|
||||
private static final String AUTH_URL = BASE_URL + "/_ah/login";
|
||||
private static final String AUTH_TOKEN_TYPE = "ah";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user