mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-01 20:41:22 +01:00
update api/users
This commit is contained in:
parent
948e5ad1c5
commit
fca2838b33
@ -37,7 +37,7 @@ jQuery(function(){
|
||||
var realname = $.trim($("#Realname").val());
|
||||
var comment = $.trim($("#Comment").val());
|
||||
$.ajax({
|
||||
url : '/signUp',
|
||||
url : "/api/users",
|
||||
data:{username: username, password: password, realname: realname, comment: comment, email: email},
|
||||
type: "POST",
|
||||
beforeSend: function(e){
|
||||
|
Loading…
Reference in New Issue
Block a user