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