nxtgauge-backend-rust/apps/companies
Ashwin Kumar Sivakumar c795242040 chore: remove broken company_ai_credits stub
- Delete apps/companies/src/handlers/ai.rs (broken placeholder code)
- Remove ai module export from handlers/mod.rs
- Remove /api/companies/ai route from main.rs

The broken stub had:
- Uuid::parse_str("placeholder") that always errored
- Uuid::new_v4() generating random IDs instead of using auth
- Queries to non-existent company_ai_credits/ai_usage_log tables

AI credits are now properly handled by the users service with
the new ai_credits module (wallet, ledger, LiteLLM integration).
2026-07-06 02:08:07 +05:30
..
src chore: remove broken company_ai_credits stub 2026-07-06 02:08:07 +05:30
Cargo.toml fix(companies): restore backend build 2026-06-14 06:08:00 +05:30
Dockerfile feat(ai): complete AI plans/credits implementation and build tooling 2026-06-15 06:15:49 +05:30