summaryrefslogtreecommitdiffstats
path: root/src/router
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-01 09:27:09 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-01 09:27:09 +0200
commitabc8af73f15d15e654d138aaa24c2eee36499ef9 (patch)
treee859f9f8ba1c08150fae74afe6f9b854fdf30130 /src/router
parentd520d96fee5e791cf7cea9cd5ffcbbbe4ce8d2ea (diff)
Fix base router url
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/router')
-rw-r--r--src/router/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router/index.js b/src/router/index.js
index 3da4ac96..3094db3e 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -30,7 +30,7 @@ export default new Router({
mode: 'history',
// if index.php is in the url AND we got this far, then it's working:
// let's keep using index.php in the url
- base: OC.generateUrl(OC.linkTo('contacts', '')),
+ base: OC.generateUrl('/apps/contacts'),
linkActiveClass: 'active',
routes: [
{