forked from Archives/Athou_commafeed
9 lines
216 B
TypeScript
9 lines
216 B
TypeScript
import SwaggerUI from "swagger-ui-react"
|
|
import "swagger-ui-react/swagger-ui.css"
|
|
|
|
function ApiDocumentationPage() {
|
|
return <SwaggerUI url="swagger/swagger.json" />
|
|
}
|
|
|
|
export default ApiDocumentationPage
|