Join Slack
Powered by
:question: Given 2 routes: `a/b` `a/{p}/x` If requ...
# ktor
o
orangy
10/20/2017, 9:50 PM
❓ Given 2 routes:
a/b
a/{p}/x
If request is for
a/b/x
, what is an expected resoultion? 1️⃣ 404, because
a/b
doesn’t have subroute
x
2️⃣
a/{p}/x
with parameter
p
having value
b
?
2️⃣ 14
1️⃣ 2
Open in Slack
Previous
Next