Skip to content

Commit

Permalink
Merge pull request #36 from linz/handover-fix
Browse files Browse the repository at this point in the history
fix the url which was edited during the handover
  • Loading branch information
YingtingChen authored Aug 27, 2020
2 parents 9386e5e + f02f8db commit 26d8b2f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ public class UserReaderAIMS extends UserReader {

private static final Logger LOGGER = Logger.getLogger(UserReaderAIMS.class.getName());

//public static final String user_ref_base = "http://<SVR>:8080/aims/api/admin/users";
public static final String user_ref_base = "https://<SVR>:8443/aims/api/admin/users";
public static final String user_ref_base = "http://<SVR>:8080/aims/api/admin/users";

/** Simple pair class for actions put/post and their json payloads */
class ActionPayload {
Expand Down

0 comments on commit 26d8b2f

Please sign in to comment.