mirror of
https://github.com/karpathy/nanochat.git
synced 2026-05-07 16:30:11 +00:00
Nginx was catching /api/chat/stream and /api/conversations and sending them to chat-api:8002, bypassing the frontend's Next.js API routes. Now only /api/auth/* goes directly to auth service. Everything else goes to frontend, which proxies internally to backend services. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| nginx.conf | ||