mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-24 09:50:39 +00:00
- signup form fix
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
|
||||
// Send request to get user token
|
||||
axios
|
||||
.post('/api/user/register', this.register)
|
||||
.post('/register', this.register)
|
||||
.then(() => {
|
||||
|
||||
// End loading
|
||||
|
||||
Reference in New Issue
Block a user