diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ An application designed to help manage personal finances, including income (like * [x] Create basic CRUD APIs for Accounts (e.g., Salary Source, Bank Account) * [x] Create basic CRUD APIs for Transactions (Income, Expense) * [x] Create basic CRUD APIs for Loans -* [ ] Create basic CRUD APIs for Goals +* [x] Create basic CRUD APIs for Goals * [ ] Set up initial logging and error handling * [ ] Write unit/integration tests for core API endpoints |