We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fafe469 + c7b2ef0 commit 5954976Copy full SHA for 5954976
client/src/components/HomePage/Api.jsx
@@ -18,7 +18,7 @@ const Api = (props) => {
18
<p>https://crm5api.herokuapp.com/api/v1/GetCustomerChannelCampaignList</p>
19
</Row>
20
<Row>
21
- <p>https://crm5api.herokuapp.com/api/v1/GetCustomerDefinedCampaigns/CostumerId</p>
+ <p>https://crm5api.herokuapp.com/api/v1/GetCustomerDefinedCampaigns/:CustomerId</p>
22
23
</div>
24
);
0 commit comments