From 96497ee2e4330fda7781e0170ebf327432a68927 Mon Sep 17 00:00:00 2001 From: Maksim Beliaev Date: Mon, 15 Apr 2024 19:07:53 +0200 Subject: [PATCH] Update index.js switched to canonical.com and TLS --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 44bf9f0..b7caf9c 100644 --- a/index.js +++ b/index.js @@ -115,7 +115,7 @@ async function run() { try { console.log('Check in the signed list service'); const response = await axios.get( - 'http://ec2-3-71-108-9.eu-central-1.compute.amazonaws.com/check_user/' + username + 'https://cla-checker.canonical.com/check_user/' + username ); if (response.status === 200) { console.log('- ' + username + ' ✓ (has signed the CLA)');