diff options
| author | taehoon <th.dev91@gmail.com> | 2019-09-26 21:24:40 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-10-01 07:36:42 -0400 |
| commit | 503f086487e05d94058531269a9be64bf0deeb2a (patch) | |
| tree | f7513dc14b217d8ace82d06af6c8bec7b7099f52 /src/App.vue | |
| parent | d9b01643e235cad56e83c1ac7180cd2f25ba7170 (diff) | |
add trailing slash to admin url
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index a7a2b340..855d7d8c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -55,7 +55,7 @@ </router-link> <a v-if="currentUser && currentUser.role === 'admin'" - href="/pleroma/admin" + href="/pleroma/admin/" class="mobile-hidden" target="_blank" ><i |
