Skip to content

Commit

Permalink
Update url.shorten.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Sep 4, 2024
1 parent 449ff23 commit 2a8e63b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/dto/url.shorten.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export class UrlShortenDTO {
description: "Random 12 character string, if not provided, system will generate it.",
maxLength: 12,
minLength: 12,
reuired: false
})
customUrlCode?: string;
}

0 comments on commit 2a8e63b

Please sign in to comment.