Fix remaining old terminology references

- backend/app/main.py: grove/ -> project/ in SPA route check
- frontend/vite.config.ts: /grove -> /project proxy
- helm/orchard/templates/NOTES.txt: Updated API examples
- migrations/001_initial.sql: Updated table/column names

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-08 10:41:26 -06:00
parent d382e5d6b7
commit a773998f45
4 changed files with 63 additions and 63 deletions

View File

@@ -7,7 +7,7 @@ export default defineConfig({
proxy: {
'/api': 'http://localhost:8080',
'/health': 'http://localhost:8080',
'/grove': 'http://localhost:8080',
'/project': 'http://localhost:8080',
}
}
})