controller refactoring part 10

This commit is contained in:
Peter Papp
2021-07-20 16:45:17 +02:00
parent 8b250e94cb
commit 2d814f3839
10 changed files with 84 additions and 58 deletions
@@ -100,7 +100,7 @@ export default {
this.isLoading = true
axios
.post('/api/user/token/create', {
.post('/api/user/tokens', {
name: this.name
})
.then(response => {