Skip to content

Commit

Permalink
add response info again.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-deriv committed Oct 14, 2024
1 parent 02f5f8e commit cd6824a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/features/Apiexplorer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ export default function ApiExplorerFeatures() {
<div className={styles.schemaContainer}>
<SchemaWrapper info={request_info} />
</div>
<div className={styles.schemaContainer}>
<SchemaWrapper info={response_info} />
</div>
</div>
)}
</div>
Expand Down

0 comments on commit cd6824a

Please sign in to comment.