//urlshortener/app.cash.tempest.urlshortener/UrlShortener/redirect
redirect¶
[jvm]\ abstract fun redirect(shortUrl: String): String?
Redirects shortUrl to its destination.
Return¶
null if not found.
//urlshortener/app.cash.tempest.urlshortener/UrlShortener/redirect
[jvm]\ abstract fun redirect(shortUrl: String): String?
Redirects shortUrl to its destination.
null if not found.