Join Slack
Powered by
``` route("/item/{item_id}") { install(Authenti...
# ktor
o
orangy
01/22/2018, 7:47 PM
Copy code
route("/item/{item_id}") { install(Authentication) { … } … }
Open in Slack
Previous
Next