Skip to content

Commit

Permalink
(feat/ui) add link to swagger documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Sep 18, 2024
1 parent 7ee8d54 commit f5fd917
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ lerna-debug.log*
node_modules
dist-ssr
*.local
*.tsbuildinfo

# Editor directories and files
.vscode/*
Expand Down
4 changes: 4 additions & 0 deletions web/ui/src/pages/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ const App = () => {
</main>
<footer className="flex justify-end p-4">
<p className="text-sm text-muted-foreground">
<a href="/swagger/index.html" className="underline">
API Documentation
</a>
{" "}|
Made with ♥ by <a href="https://github.com/leonjza" target="_blank" rel="noopener noreferrer" className="underline">@leonjza</a>
</p>
</footer>
Expand Down

0 comments on commit f5fd917

Please sign in to comment.