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
This commit is contained in:
Mondo Diaz
2025-12-08 10:41:26 -06:00
parent ff7df9eb3f
commit 2e2f17ae37
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',
}
}
})