mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
chore: made path param hint easier on the eyes and ux
This commit is contained in:
parent
ee8e162f3d
commit
99ddd8021c
@ -226,11 +226,11 @@ const QueryParams = ({ item, collection }) => {
|
|||||||
</table>
|
</table>
|
||||||
{!(pathParams && pathParams.length) ?
|
{!(pathParams && pathParams.length) ?
|
||||||
<div className="title pr-2 py-3 mt-2 text-xs">
|
<div className="title pr-2 py-3 mt-2 text-xs">
|
||||||
Hint: Path variables are automatically added whenever the
|
Path variables are automatically added whenever the
|
||||||
<code className="font-mono font-medium text-gray-700 dark:text-gray-400 mx-2">:name</code>
|
<code className="font-mono mx-2">:name</code>
|
||||||
template is used in the URL, for example:
|
template is used in the URL, for example:
|
||||||
<code className="font-mono font-medium text-gray-700 dark:text-gray-400 mx-2">
|
<code className="font-mono mx-2">
|
||||||
https://example.com/v1/users/<span className="font-extrabold">:id</span>
|
https://example.com/v1/users/<span>:id</span>
|
||||||
</code>
|
</code>
|
||||||
</div>
|
</div>
|
||||||
: null}
|
: null}
|
||||||
|
Loading…
Reference in New Issue
Block a user