Skip to content

Commit

Permalink
fix: increase avatar sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Jul 23, 2024
1 parent ee8cf82 commit c428f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/openapi/openapi-bff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ paths:
image/*:
schema:
minimum: 1
maximum: 110000
maximum: 310000
type: string
format: binary
"404":
Expand All @@ -313,7 +313,7 @@ paths:
'image/*':
schema:
minimum: 1
maximum: 110000
maximum: 310000
type: string
format: binary
responses:
Expand Down

0 comments on commit c428f49

Please sign in to comment.