Skip to content

Commit

Permalink
Merge pull request #2176 from hollaex/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
abeikverdi authored Jun 7, 2023
2 parents 8eaa2e6 + cb7b5f7 commit 35f20e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/api/swagger/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ paths:
in: query
required: false
type: string
maxLength: 1024
maxLength: 5000
responses:
200:
description: Success
Expand Down
2 changes: 1 addition & 1 deletion server/api/swagger/definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ definitions:
maxLength: 256
captcha:
type: string
maxLength: 1024
maxLength: 5000
referral:
type: string
maxLength: 256
Expand Down
2 changes: 1 addition & 1 deletion web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35f20e3

Please sign in to comment.