Skip to content

Commit

Permalink
Merge pull request #3421 from dalbani/feature/request-url
Browse files Browse the repository at this point in the history
Restore "Request URL" in live response section
  • Loading branch information
shockey committed Sep 29, 2017
2 parents 3739995 + ac634c6 commit c6a6643
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/core/components/live-response.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ export default class LiveResponse extends React.Component {
return (
<div>
{ curlRequest && <Curl request={ curlRequest }/> }
{ url && <div>
<h4>Request URL</h4>
<div className="request-url">
<pre>{url}</pre>
</div>
</div>
}
<h4>Server response</h4>
<table className="responses-table">
<thead>
Expand Down

0 comments on commit c6a6643

Please sign in to comment.