forked from Archives/Athou_commafeed
migrate from swagger to openapi3
This commit is contained in:
@@ -6,7 +6,7 @@ function ApiDocumentationPage() {
|
||||
return (
|
||||
// force white background because swagger is unreadable with dark theme
|
||||
<Box style={{ backgroundColor: "#fff" }}>
|
||||
<SwaggerUI url="swagger/swagger.json" />
|
||||
<SwaggerUI url="openapi/openapi.json" />
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user