Skip to content

Commit decb675

Browse files
author
Alex Jacob Meyer
committed
updated swagger links
1 parent 65f628e commit decb675

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ setup: info dev verify ## Complete setup (info + dev + verify)
148148
@echo "📖 Available endpoints:"
149149
@echo " 🌐 Frontend: http://localhost:3000"
150150
@echo " 🔗 Backend API: http://localhost:5000"
151-
@echo " 📊 Swagger docs: http://localhost:5000/swagger"
151+
@echo " 📊 Swagger docs: http://localhost:5000/index.html"
152152
@echo " 🗄️ SQL Server: localhost:1433 (SA/P@ssw0rd123!)"
153153
@echo ""
154154
@echo "🔧 Useful commands:"

frontend/src/components/Layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ const Layout: React.FC<LayoutProps> = ({ children }) => {
6060
© 2025 Alex Lee Developer Exercise. Built with React, .NET 8, and Entity Framework Core.
6161
</p>
6262
<div className="footer-links">
63-
<a href="https://github.com" target="_blank" rel="noopener noreferrer">
63+
<a href="https://github.com/ajacobm/alexlee" target="_blank" rel="noopener noreferrer">
6464
GitHub Repository
6565
</a>
6666
<span className="separator"></span>
67-
<a href="/swagger" target="_blank" rel="noopener noreferrer">
67+
<a href="/index.html" target="_blank" rel="noopener noreferrer">
6868
API Documentation
6969
</a>
7070
</div>

sql-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ start_dev() {
102102
print_info "Services available:"
103103
echo " 🌐 Frontend: http://localhost:3000"
104104
echo " 🔗 API: http://localhost:5000"
105-
echo " 📊 Swagger: http://localhost:5000/swagger"
105+
echo " 📊 Swagger: http://localhost:5000/index.html"
106106
echo " 🗄️ SQL Server: localhost:1433"
107107
echo ""
108108
print_info "Default SQL Server credentials:"

0 commit comments

Comments
 (0)