Skip to content

Commit

Permalink
✨ Add Swagger link
Browse files Browse the repository at this point in the history
  • Loading branch information
vbetsch committed Mar 24, 2024
1 parent 8e0db44 commit 0e584b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default function Home(): JSX.Element {
<div style={{ display: 'flex', flexDirection: 'column', justifyContent: 'center', alignItems: 'center' }}>
<h1>Links</h1>
<a href="http://localhost:3000/api/movies">API</a>
<a href="http://localhost:3000/docs">Swagger</a>
<a href="http://localhost:3000/ui">UI</a>
</div>
);
Expand Down

0 comments on commit 0e584b4

Please sign in to comment.