File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
services/static-webserver/client/source/class/osparc/data Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1067,15 +1067,15 @@ qx.Class.define("osparc.data.Resources", {
10671067 } ,
10681068 approveUser : {
10691069 method : "POST" ,
1070- url : statics . API + "/admin/users/{userEmail} :approve"
1070+ url : statics . API + "/admin/users:approve"
10711071 } ,
10721072 rejectUser : {
10731073 method : "POST" ,
1074- url : statics . API + "/admin/users/{userEmail} :reject"
1074+ url : statics . API + "/admin/users:reject"
10751075 } ,
10761076 resendConfirmationEmail : {
10771077 method : "POST" ,
1078- url : statics . API + "/admin/users/{userEmail} :resendConfirmationEmail"
1078+ url : statics . API + "/admin/users:resendConfirmationEmail"
10791079 } ,
10801080 preRegister : {
10811081 method : "POST" ,
You can’t perform that action at this time.
0 commit comments