aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/api/metrics.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/api/metrics.js')
-rw-r--r--server/sonar-web/src/main/js/api/metrics.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/api/metrics.js b/server/sonar-web/src/main/js/api/metrics.js
index 45f2500288c..d08b65f945a 100644
--- a/server/sonar-web/src/main/js/api/metrics.js
+++ b/server/sonar-web/src/main/js/api/metrics.js
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-import { getJSON } from '../helpers/request.js';
+import { getJSON } from '../helpers/request';
export function getMetrics () {
const url = '/api/metrics/search';