Skip to content

Commit

Permalink
change api url
Browse files Browse the repository at this point in the history
  • Loading branch information
HerXayah committed Sep 9, 2024
1 parent bcdc141 commit 02beb8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @description Another day of Insanity
*/
public class Profile {
public static final String API_URL = "https://en.pronouns.page/api/";
public static final String API_URL = "https://pronouns.page/api/";
public static long PROFILE_EXPIRY = 5 * 60 * 1000L;
public static long PRONOUN_EXPIRY = 5 * 60 * 1000L;

Expand Down

0 comments on commit 02beb8d

Please sign in to comment.