diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-10-03 10:49:55 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-10-03 10:49:55 +0200 |
commit | c436b2ccf6871f6fda82b04a594abc5326accd74 (patch) | |
tree | c3f87641b88a2769116e78c5127f4ab47d747fcf /apps/oauth2 | |
parent | a2a538bc2f8bc92cc20917bfc5a5c39d7fc65563 (diff) | |
download | nextcloud-server-c436b2ccf6871f6fda82b04a594abc5326accd74.tar.gz nextcloud-server-c436b2ccf6871f6fda82b04a594abc5326accd74.zip |
fixup! Import router
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/oauth2/src/App.vue b/apps/oauth2/src/App.vue index d19b9374dd6..d40cb8e9647 100644 --- a/apps/oauth2/src/App.vue +++ b/apps/oauth2/src/App.vue @@ -75,7 +75,7 @@ <script> import axios from 'nextcloud-axios' import OAuthItem from './components/OAuthItem' -import { generateUrl } from 'nextcloud-router' +import { generateUrl } from '@nextcloud/router' export default { name: 'App', |