Skip to content

Commit

Permalink
chore: updated depedencies, use 4.0 branch for OpenAPI docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Dec 15, 2024
1 parent ef736ce commit e66cb37
Show file tree
Hide file tree
Showing 6 changed files with 2,437 additions and 1,398 deletions.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import 'swagger-ui-react/swagger-ui.css';

export default function Home() {
return (
<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" />
);
}
Loading

0 comments on commit e66cb37

Please sign in to comment.