Re-layout source code to correct namespaces (handlers, commands, etc.)

This commit is contained in:
2026-07-17 16:57:55 +02:00
parent 09a89a34c4
commit 69cb05f389
25 changed files with 89 additions and 85 deletions
@@ -1,8 +1,5 @@
@FinancialApi_HostAddress = https://localhost:7010
GET {{FinancialApi_HostAddress}}/weatherforecast/
Accept: application/json
### Apply Fee to an Account
POST {{FinancialApi_HostAddress}}/accounts/apply-fee
@@ -11,7 +8,7 @@ Content-Type: application/json
{
"accountId": 1,
"amount": 500.0
"amount": 50.0
}
### Transfer Between Accounts
@@ -31,7 +28,7 @@ POST {{FinancialApi_HostAddress}}/journal/reverse
Content-Type: application/json
{
"originalJournalId": "1443B0FC-F679-4445-A910-CC333F0925B7",
"originalJournalId": "FD2BFD8E-7C85-4CAD-A12B-CCBCD7C12B4A",
"reason": "Incorrect Account Fee"
}