We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef736ce commit e66cb37Copy full SHA for e66cb37
6 files changed
app/page.tsx
@@ -3,6 +3,6 @@ import 'swagger-ui-react/swagger-ui.css';
3
4
export default function Home() {
5
return (
6
- <SwaggerUI url="https://raw.githubusercontent.com/thorsten/phpMyFAQ/main/docs/openapi.json" />
+ <SwaggerUI url="https://raw.githubusercontent.com/thorsten/phpMyFAQ/4.0/docs/openapi.json" />
7
);
8
}
0 commit comments