This commit is contained in:
syuilo 2018-08-17 19:38:39 +09:00
parent 35a1fa5bf0
commit fbf43c1450
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ export default Vue.extend({
callbackUrl: this.cb,
permission: this.permission
}).then(() => {
location.href = '/apps';
location.href = '/dev/apps';
}).catch(() => {
alert('アプリの作成に失敗しました。再度お試しください。');
});