This commit is contained in:
Asim Aslam
2021-12-11 20:49:56 +00:00
parent 6ec7a9d5c1
commit 4bb61996c9

View File

@@ -72,6 +72,8 @@ func (e *Url) Shorten(ctx context.Context, req *url.ShortenRequest, rsp *url.Sho
return err
}
rsp.ShortURL = val.ShortURL
return nil
}