Removed secret field from types.ShortenReq

This commit is contained in:
2022-08-27 14:02:33 +02:00
parent bf770ee0db
commit 03d845b00d
5 changed files with 2 additions and 7 deletions

View File

@ -11,7 +11,6 @@ type ExpandResp struct {
type ShortenReq struct {
RedirectUrl string `json:"redirectUrl"`
Secret string `json:"secret,optional"`
ExpiresIn int64 `json:"expiresIn,optional"`
}