Skip to content

Commit

Permalink
fix: port removed
Browse files Browse the repository at this point in the history
  • Loading branch information
in-seo committed Feb 14, 2023
1 parent 0172db0 commit d80d77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/univcert/api/UnivCert.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
public class UnivCert {
/** λͺ¨λ“  λ°˜ν™˜ 값은 Map<String, Object>둜 λ“œλ¦½λ‹ˆλ‹€. λ°˜ν™˜ 값을 .get("success") 와 같은 λ©”μ„œλ“œλ‘œ 뽑아 μ“°μ‹œλ©΄ λ©λ‹ˆλ‹€. */
private static final String baseURL = "https://univcert.com:8080/api";
private static final String baseURL = "https://univcert.com/api";
private static final OkHttpClient client = new OkHttpClient();
private static final JSONParser parser = new JSONParser();
protected UnivCert() {}
Expand Down

0 comments on commit d80d77c

Please sign in to comment.