Skip to content

Commit

Permalink
updated shop api endpoint calls url
Browse files Browse the repository at this point in the history
  • Loading branch information
Homoakin619 committed Dec 12, 2023
1 parent 6d68562 commit 58d93b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/dashboard/promotions/discounts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function Discounts() {

try {
const response = await axios.post(
`${SHOP_API_URL}/discount',
`${SHOP_API_URL}/discount`,
userData,
{
headers: {
Expand Down

0 comments on commit 58d93b9

Please sign in to comment.