diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/users/users.js')
-rw-r--r-- | server/sonar-web/src/main/js/apps/users/users.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/users/users.js b/server/sonar-web/src/main/js/apps/users/users.js index 81cee0372bd..e9140fc39bb 100644 --- a/server/sonar-web/src/main/js/apps/users/users.js +++ b/server/sonar-web/src/main/js/apps/users/users.js @@ -24,7 +24,7 @@ export default Backbone.Collection.extend({ model: User, url: function () { - return baseUrl + '/api/users/search'; + return '/api/users/search'; }, parse: function (r) { |