source: my-react-app/src/components/SwaggerDocs.js@ 5a9c93b

main
Last change on this file since 5a9c93b was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 226 bytes
Line 
1import React from 'react';
2import SwaggerUI from 'swagger-ui-react';
3import 'swagger-ui-react/swagger-ui.css';
4
5const SwaggerDocs = () => {
6 return <SwaggerUI url="http://localhost:3000" />;
7};
8
9export default SwaggerDocs;
Note: See TracBrowser for help on using the repository browser.