Skip to content

Commit 90ce17b

Browse files
committed
Fix new user link
1 parent e66c53f commit 90ce17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/src/components/UserList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="hello">
33
<h3>Published Episodes</h3>
44
<div>
5-
<router-link :to="'newuser/'" tag="button">New</router-link>
5+
<router-link :to="'/users/new/'" tag="button">New</router-link>
66
<table>
77
<tr>
88
<th>Username</th>

0 commit comments

Comments
 (0)