Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 7d60058

Browse files
committed
Changed to activeChallenges.
1 parent 6f1c26a commit 7d60058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ exports.routes = {
213213
{ path: "/:apiVersion/download/document/:docId", action: "downloadDocument" },
214214

215215
{ path: "/:apiVersion/reports/client/costs", action: "getClientChallengeCosts" },
216-
{ path: "/:apiVersion/reports/client/activeCosts", action: "getClientActiveChallengeCosts" },
216+
{ path: "/:apiVersion/reports/client/activeChallenges", action: "getClientActiveChallengeCosts" },
217217
{ path: "/:apiVersion/reports/costs/:startDate/:endDate", action: "getChallengeCosts" },
218218

219219
{ path: "/:apiVersion/bugs/:jiraProjectId/:status", action: "bugs" },

0 commit comments

Comments
 (0)