1
2
3
4
5
6
7
export const mock_api = (() => {
let string_payload =
"{ \"completed\": true, \"contactId\": \"1234\", \"contactName\": \"Atelier Drü Architektur + Bauleitungen AG\", \"conversionStatus\": 2, \"customerId\": \"9876\", \"customerName\": \"IntrBau Generalunternehmung und Immobilien AG\", \"documentId\": \"F
const payload = JSON.parse(string_payload);
return payload;
})();
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
February 15, 2024