Skip to content

Commit

Permalink
Format the JSON file
Browse files Browse the repository at this point in the history
  • Loading branch information
Xantier committed Feb 8, 2024
1 parent 419fd17 commit 32132b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dockerfiles/cost-insights/accept.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
"method": "GET",
"path": "/last-completed-billing-date",
"origin": "${COST_INSIGHTS_API_URL}"
} , {
},
{
"method": "GET",
"path": "/group-daily-cost/:group",
"origin": "${COST_INSIGHTS_API_URL}"
}, {
},
{
"method": "GET",
"path": "/product-insights/:product",
"origin": "${COST_INSIGHTS_API_URL}"
Expand Down

0 comments on commit 32132b8

Please sign in to comment.