Removed secret field from types.ShortenReq
This commit is contained in:
@@ -19,7 +19,6 @@ type (
|
||||
type (
|
||||
ShortenReq {
|
||||
RedirectUrl string `json:"redirectUrl"`
|
||||
Secret string `json:"secret,optional"`
|
||||
ExpiresIn int64 `json:"expiresIn,optional"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user