You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This repository is for the Integrating With HubSpot I: Foundations course. This
4
4
5
5
To read the full directions, please go to the [practicum instructions](https://app.hubspot.com/academy/l/tracks/1092124/1093824/5493?language=en).
6
6
7
-
**Put your HubSpot developer test account custom objects URL link here:**https://app.hubspot.com/contacts/l/objects/${custom-obj-number}/views/all/list
7
+
**Put your HubSpot developer test account custom objects URL link here:**https://app-na2.hubspot.com/contacts/242136701/objects/2-166947950/views/all/list
// TODO: ROUTE 1 - Create a new app.get route for the homepage to call your custom object data. Pass this data along to the front-end and create a new pug template in the views folder.
res.render('updates',{title: 'Update Custom Object Form | Integrating With HubSpot I Practicum', data });
45
+
}catch(error){
46
+
console.error(error);
47
+
}
48
+
}),
20
49
21
50
// TODO: ROUTE 3 - Create a new app.post route for the custom objects form to create or update your custom object data. Once executed, redirect the user to the homepage.
0 commit comments