]> source.dussan.org Git - sonarqube.git/commitdiff
fix request helper
authorStas Vilchik <vilchiks@gmail.com>
Mon, 19 Oct 2015 12:16:52 +0000 (14:16 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Mon, 19 Oct 2015 12:16:52 +0000 (14:16 +0200)
server/sonar-web/src/main/js/helpers/request.js

index 00029d3e99157ec63d6fbad8c4625293084ac379..61eff255eafa4f538d66a59e834d1adc304d7a69 100644 (file)
@@ -5,7 +5,7 @@ import _ from 'underscore';
  * @type {{credentials: string}}
  */
 const OPTIONS = {
-  type: 'GET',
+  method: 'GET',
   credentials: 'same-origin'
 };