mirror of
https://github.com/netlight/my-finance-pal-backend.git
synced 2024-11-12 17:44:15 +01:00
Refactor TODOs
This commit is contained in:
parent
f18542ed22
commit
ebddbbcb5a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { type operations, type paths } from "../../generated/api";
|
|||
|
||||
// Typesafe constant holding all REST endpoint paths based on the OpenAPI specification
|
||||
const apiPaths: Record<keyof operations, keyof paths> = {
|
||||
// TODO 9. add createBudget endpoint
|
||||
// TODO 4.3. - add the new "createBudget" endpoint to the available paths
|
||||
getBudgets: "/budgets",
|
||||
getBudgetSummary: "/budgets/{budgetId}/summary",
|
||||
deleteBudget: "/budgets/{budgetId}",
|
||||
|
|
Loading…
Reference in a new issue