Skip to content

Commit 96661cc

Browse files
committed
fix: url
1 parent 774d29d commit 96661cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/helpers/src/utils/valid.url.path.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class ValidUrlPath implements ValidatorConstraintInterface {
4040
defaultMessage(args: ValidationArguments) {
4141
// here you can provide default error message if validation failed
4242
return (
43-
'URL must contain the domain: ' + process.env.RESTRICT_UPLOAD_DOMAINS
43+
'URL must contain the domain: ' + process.env.RESTRICT_UPLOAD_DOMAINS + ' Make sure you first use the upload API route.'
4444
);
4545
}
4646
}

0 commit comments

Comments
 (0)