We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774d29d commit 96661ccCopy full SHA for 96661cc
libraries/helpers/src/utils/valid.url.path.ts
@@ -40,7 +40,7 @@ export class ValidUrlPath implements ValidatorConstraintInterface {
40
defaultMessage(args: ValidationArguments) {
41
// here you can provide default error message if validation failed
42
return (
43
- 'URL must contain the domain: ' + process.env.RESTRICT_UPLOAD_DOMAINS
+ 'URL must contain the domain: ' + process.env.RESTRICT_UPLOAD_DOMAINS + ' Make sure you first use the upload API route.'
44
);
45
}
46
0 commit comments