diff --git a/healthcheck.js b/healthcheck.js index d28f0b1..d963eba 100644 --- a/healthcheck.js +++ b/healthcheck.js @@ -1,6 +1,6 @@ const fetch = (...args) => import('node-fetch').then(({ default: fetch }) => fetch(...args)); -const URL = 'http://flosight.duckdns.org'; +const URL = 'http://localhost:3001'; const checks = [];