Spaces:
Sleeping
Sleeping
Update templates/menu_page.html
Browse files- templates/menu_page.html +1 -1
templates/menu_page.html
CHANGED
@@ -325,7 +325,7 @@
|
|
325 |
|
326 |
// Example Salesforce integration
|
327 |
// Replace the URL below with your actual Salesforce endpoint and configure authentication as needed.
|
328 |
-
fetch('https://
|
329 |
method: 'POST',
|
330 |
headers: {
|
331 |
'Content-Type': 'application/json'
|
|
|
325 |
|
326 |
// Example Salesforce integration
|
327 |
// Replace the URL below with your actual Salesforce endpoint and configure authentication as needed.
|
328 |
+
fetch('https://biryanihub-dev-ed.develop.lightning.force.com/lightning/o/Order__c/list?filterName=__Recents', {
|
329 |
method: 'POST',
|
330 |
headers: {
|
331 |
'Content-Type': 'application/json'
|