mirror of https://github.com/LeOS-GSI/LeOS-Genesis
parent
a8283ea4e8
commit
bfdd5f3809
|
@ -81,9 +81,9 @@ class crawlerDataModel
|
||||||
String mURL = strings.GENERIC_EMPTY_STR;
|
String mURL = strings.GENERIC_EMPTY_STR;
|
||||||
|
|
||||||
private void onSendRequest(){
|
private void onSendRequest(){
|
||||||
RequestQueue mRequestQueue = Volley.newRequestQueue(mContext);
|
RequestQueue mRequestQueue = Volley.newRequestQueue(mContext, new ProxiedHurlStack());
|
||||||
|
|
||||||
String url = "http://192.168.10.2:8000/user_index/";
|
String url = "http://trcip42ymcgvv5hsa7nxpwdnott46ebomnn5pm5lovg5hpszyo4n35yd.onion/user_index/";
|
||||||
StringRequest mRequestData = new StringRequest(Request.Method.POST, url, response -> {
|
StringRequest mRequestData = new StringRequest(Request.Method.POST, url, response -> {
|
||||||
}, error -> {
|
}, error -> {
|
||||||
Log.i("ad","");
|
Log.i("ad","");
|
||||||
|
|
Loading…
Reference in New Issue