fix(phase3): description optional, restore nginx to host IP

- Make ledger description field optional (was required, caused 400)
- Revert nginx.conf back to 192.168.1.14:8090 (host IP, reliable)
- Keep docker-compose port mapping as 8090:8090
- Add $autoCancel:false to ledger/asset API calls

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
congsh
2026-04-18 20:32:06 +08:00
parent 221a8d7108
commit 19bf317d85
4 changed files with 58 additions and 17 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ interface CreateLedgerData {
type: string
amount: number
category: string
description: string
description?: string
relatedMembers?: string[]
occurredAt: string
}