mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-26 06:34:41 +00:00
controller refactoring part 10
This commit is contained in:
@@ -100,7 +100,7 @@ export default {
|
||||
this.isLoading = true
|
||||
|
||||
axios
|
||||
.post('/api/user/token/create', {
|
||||
.post('/api/user/tokens', {
|
||||
name: this.name
|
||||
})
|
||||
.then(response => {
|
||||
|
||||
Reference in New Issue
Block a user