Skip to content

Commit

Permalink
api folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ltitanb committed Jul 18, 2024
1 parent 2406d4e commit a44205f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/src/components/SwaggerUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import SwaggerUI from 'swagger-ui-react';
import 'swagger-ui-react/swagger-ui.css';

const SwaggerUIComponent = () => {
return <SwaggerUI url="/signer-api.yml" />;
return <SwaggerUI url="https://raw.githubusercontent.com/Commit-Boost/commit-boost-client/main/api/signer-api.yml" />;
};

export default SwaggerUIComponent;

0 comments on commit a44205f

Please sign in to comment.