Skip to content

Commit

Permalink
fix: corrected url in frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Santi-3rd committed Jan 13, 2025
1 parent 24f5e7e commit 4adbb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/api/opsAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export const opsApi = createApi({
}),
addCanFundingReceived: builder.mutation({
query: ({ data }) => ({
url: `/cans-funding-received/`,
url: `/can-funding-received/`,

This comment has been minimized.

Copy link
@fpigeonjr

fpigeonjr Jan 13, 2025

Contributor

method: "POST",
headers: { "Content-Type": "application/json" },
body: data
Expand Down

0 comments on commit 4adbb80

Please sign in to comment.