加入web

This commit is contained in:
Raymond Yang
2023-07-10 15:36:47 +08:00
parent cd4d253c0c
commit 105391ae13
4 changed files with 76 additions and 59 deletions
+1 -1
View File
@@ -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
})