diff --git a/nodes/users_config.html b/nodes/users_config.html
index 18a4902..2bde1ce 100644
--- a/nodes/users_config.html
+++ b/nodes/users_config.html
@@ -308,7 +308,7 @@
// users config found
globalUserConfigNode = bases[0];
- $.getJSON('/credentials/users_config/'+globalUserConfigNode.id, function (data) {
+ $.getJSON('credentials/users_config/'+globalUserConfigNode.id, function (data) {
globalUserConfigNode.credentials = {};
globalUserConfigNode.credentials.nodeUsers = data.nodeUsers || [];
globalUserConfigNode.credentials.jwtSecret = data.jwtSecret;