Update documentation and routes to remove /v1 prefix

- Update all route documentation comments
- Update README, env.example, and starter-docs
- Update install.sh
This commit is contained in:
Michilis
2025-12-21 01:46:14 -03:00
parent 46ad6d74a3
commit 62c9651a5e
10 changed files with 121 additions and 127 deletions

View File

@@ -163,7 +163,7 @@ echo " sudo journalctl -u cashumints-api -f"
echo " sudo journalctl -u cashumints-workers -f"
echo ""
echo "5. Test API:"
echo " curl http://localhost:3000/v1/health"
echo " curl http://localhost:3000/health"
echo ""
if command -v nginx &> /dev/null; then
echo "6. Setup SSL (Let's Encrypt):"