Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fix demo baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
domharrington committed Jan 10, 2019
1 parent 7581624 commit 73aa268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/Demo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function Demo({ fetchSwagger, status, docs, oas, oauth }) {
}}
baseUrl={'/'}
// Uncomment this if you want to test enterprise-structured URLs
// baseUrl={'/child/v1.0/'}
// baseUrl={'/child/v1.0'}
Logs={Logs}
flags={{ correctnewlines: false }}
// Uncomment this in for column layout
Expand Down

0 comments on commit 73aa268

Please sign in to comment.