Skip to content

Commit

Permalink
Update ProfileResource.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Nonononoki committed Apr 1, 2024
1 parent a23c42a commit 980956c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -40,7 +40,7 @@ public class ProfileResource {
private TextEncryptorConverter textEncryptor;
@Value("${app.profile.image.max}")
private int imageMax;
@Value("${app.media.max-size}")
@Value("${app.image.max-size}")
private int mediaMaxSize;
@Value("${app.interest.max}")
private int interestMaxSize;
Expand Down

0 comments on commit 980956c

Please sign in to comment.