From fca2838b332851d322c34cea0658677154415b7c Mon Sep 17 00:00:00 2001 From: wy65701436 Date: Fri, 1 Apr 2016 04:56:43 -0700 Subject: [PATCH] update api/users --- static/resources/js/register.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/resources/js/register.js b/static/resources/js/register.js index cbd133671..7f0b21d4a 100644 --- a/static/resources/js/register.js +++ b/static/resources/js/register.js @@ -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){