Skip to content

Commit

Permalink
Rename route
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Sep 23, 2024
1 parent ed10da4 commit 8983b06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/interactiveKeys/router/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import Index from '../views/Index.vue'
import InteractiveKey from '../views/InteractiveKey.vue'

export default [
{
name: 'interactive-key-id',
path: '/interactive_key/:id',
component: Index
name: 'interactive-keys-id',
path: '/interactive_keys/:id',
component: InteractiveKey
}
]
File renamed without changes.

0 comments on commit 8983b06

Please sign in to comment.