//urlshortener2/app.cash.tempest2.urlshortener/RealUrlShortener/redirect
redirect¶
[jvm]\ open override fun redirect(shortUrl: String): String?
Redirects shortUrl to its destination.
Return¶
null if not found.
//urlshortener2/app.cash.tempest2.urlshortener/RealUrlShortener/redirect
[jvm]\ open override fun redirect(shortUrl: String): String?
Redirects shortUrl to its destination.
null if not found.