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

@@ -129,10 +129,10 @@ PLAUSIBLE_SITE_ID=cashumints.space
# npm run workers
#
# Test health:
# curl http://localhost:3000/v1/health
# curl http://localhost:3000/health
#
# Test admin (requires ADMIN_API_KEY):
# curl -H "X-Admin-Api-Key: YOUR_KEY" http://localhost:3000/v1/admin/system/metrics
# curl -H "X-Admin-Api-Key: YOUR_KEY" http://localhost:3000/admin/system/metrics
#
# View docs:
# open http://localhost:3000/docs