1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-03-02 10:41:59 +01:00

update api/users

This commit is contained in:
wy65701436 2016-04-01 04:56:43 -07:00
parent 948e5ad1c5
commit fca2838b33

View File

@ -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){