加入web
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@
|
||||
});
|
||||
|
||||
function register(username, password) {
|
||||
axios.post('http://127.0.0.1:8080/api/v1/register', {
|
||||
axios.post('./api/v1/register', {
|
||||
account: username,
|
||||
password: password
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user