mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 05:54:34 +02:00
Set up paths & namespace to match versioned routes
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
|
||||
async createGroup() {
|
||||
|
||||
await this.form.post('/api/groups')
|
||||
await this.form.post('/api/v1/groups')
|
||||
|
||||
if( this.form.errors.any() === false ) {
|
||||
this.$router.push({ name: 'groups' });
|
||||
|
Reference in New Issue
Block a user