Refactor TODOs

This commit is contained in:
Alexander Ungar 2023-10-10 20:41:05 +02:00
parent f18542ed22
commit ebddbbcb5a

View file

@ -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}",