Skip to content

Commit

Permalink
Fix example app SwaggerUI link
Browse files Browse the repository at this point in the history
  • Loading branch information
blomqma committed Apr 20, 2024
1 parent 65d1e4c commit 8e03917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/example/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function Page() {
</a>
</li>
<li>
<a className="link link-primary" href="/api/v2">
<a className="link link-primary" href="/api/v1">
SwaggerUI
</a>
</li>
Expand Down

0 comments on commit 8e03917

Please sign in to comment.