1
This commit is contained in:
@@ -31,7 +31,7 @@ class PlaAccountServer {
|
||||
* @returns {Promise}
|
||||
*/
|
||||
add(row) {
|
||||
return window.framework.http.post('/account/create', row)
|
||||
return window.framework.http.post('/account/add', row)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user