File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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:"
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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:"
You can’t perform that action at this time.
0 commit comments