Compare View
Commits (2)
Changes
Showing 2 changed files Side-by-side Diff
gateway/heartbeat.js
... | ... | @@ -10,7 +10,7 @@ function sendHeartbeat() { |
10 | 10 | if (!config || !config.core_url) { return; } |
11 | 11 | |
12 | 12 | const requestOptions = { |
13 | - url: config.core_url + '/heartbeat/gateway' | |
13 | + url: config.core_url + '/heartbeat/gateway', | |
14 | 14 | form: { |
15 | 15 | name: config.handler_name, |
16 | 16 | config: JSON.stringify(config), |