From 8fb4f4063fe4a0c8420bbaee9a1acf2cc7819abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Mon, 7 Oct 2019 09:59:54 +0200 Subject: [PATCH] Rename health_check -> health-check --- lib/monitoring/{health_check.js => health-check.js} | 0 lib/server-info-controller.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/monitoring/{health_check.js => health-check.js} (100%) diff --git a/lib/monitoring/health_check.js b/lib/monitoring/health-check.js similarity index 100% rename from lib/monitoring/health_check.js rename to lib/monitoring/health-check.js diff --git a/lib/server-info-controller.js b/lib/server-info-controller.js index 5fbabb26..fe1f1a19 100644 --- a/lib/server-info-controller.js +++ b/lib/server-info-controller.js @@ -1,6 +1,6 @@ 'use strict'; -var HealthCheck = require('./monitoring/health_check'); +var HealthCheck = require('./monitoring/health-check'); var WELCOME_MSG = "This is the CartoDB Maps API, " + "see the documentation at http://docs.cartodb.com/cartodb-platform/maps-api.html";