summaryrefslogtreecommitdiff
path: root/src/client/app/dev
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-08-17 19:38:39 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-08-17 19:38:39 +0900
commitfbf43c1450ecdf851e0549045854afda694ea85e (patch)
tree1be425586817667b59f52a3afcbcece44383b95e /src/client/app/dev
parent6.3.0 (diff)
downloadsharkey-fbf43c1450ecdf851e0549045854afda694ea85e.tar.gz
sharkey-fbf43c1450ecdf851e0549045854afda694ea85e.tar.bz2
sharkey-fbf43c1450ecdf851e0549045854afda694ea85e.zip
Fix bug
Diffstat (limited to 'src/client/app/dev')
-rw-r--r--src/client/app/dev/views/new-app.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/dev/views/new-app.vue b/src/client/app/dev/views/new-app.vue
index bf19e6da57..87b35db259 100644
--- a/src/client/app/dev/views/new-app.vue
+++ b/src/client/app/dev/views/new-app.vue
@@ -95,7 +95,7 @@ export default Vue.extend({
callbackUrl: this.cb,
permission: this.permission
}).then(() => {
- location.href = '/apps';
+ location.href = '/dev/apps';
}).catch(() => {
alert('アプリの作成に失敗しました。再度お試しください。');
});