Skip to content

Commit

Permalink
fix dentalcdt URL path
Browse files Browse the repository at this point in the history
  • Loading branch information
slogan621 committed Nov 13, 2020
1 parent b6b5b51 commit 03e6f06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public Object getCDTCodesList() {

RequestQueue queue = volley.getQueue();

String url = String.format("%s://%s:%s/tscharts/v1/cdtcodes/", getProtocol(), getIP(), getPort());
String url = String.format("%s://%s:%s/tscharts/v1/dentalcdt/", getProtocol(), getIP(), getPort());

AuthJSONArrayRequest request = new AuthJSONArrayRequest(url, null, new GetCDTCodesResponseListener(), new ErrorListener());
request.setRetryPolicy(new DefaultRetryPolicy(getTimeoutInMillis(), getRetries(), DefaultRetryPolicy.DEFAULT_BACKOFF_MULT));
Expand Down

0 comments on commit 03e6f06

Please sign in to comment.