Rename health_check -> health-check

This commit is contained in:
Daniel García Aubert 2019-10-07 09:59:54 +02:00
parent 808718fb26
commit 8fb4f4063f
2 changed files with 1 additions and 1 deletions

View File

@ -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";