Skip to content

Commit e66cb37

Browse files
committed
chore: updated depedencies, use 4.0 branch for OpenAPI docs
1 parent ef736ce commit e66cb37

File tree

6 files changed

+2437
-1398
lines changed

6 files changed

+2437
-1398
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import 'swagger-ui-react/swagger-ui.css';
33

44
export default function Home() {
55
return (
6-
<SwaggerUI url="https://raw.githubusercontent.com/thorsten/phpMyFAQ/main/docs/openapi.json" />
6+
<SwaggerUI url="https://raw.githubusercontent.com/thorsten/phpMyFAQ/4.0/docs/openapi.json" />
77
);
88
}

0 commit comments

Comments
 (0)