diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-29 23:56:44 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-29 23:56:44 +0900 |
| commit | 161b9602f41b4d4287ad98f0333688930f92a81f (patch) | |
| tree | 83fe353c6d2813629fbbc023fdef7791222137d9 /src/client/app/auth/script.ts | |
| parent | Add analog clock widget (diff) | |
| download | sharkey-161b9602f41b4d4287ad98f0333688930f92a81f.tar.gz sharkey-161b9602f41b4d4287ad98f0333688930f92a81f.tar.bz2 sharkey-161b9602f41b4d4287ad98f0333688930f92a81f.zip | |
Fix bug
Diffstat (limited to 'src/client/app/auth/script.ts')
| -rw-r--r-- | src/client/app/auth/script.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/auth/script.ts b/src/client/app/auth/script.ts index 20f59bf033..fd985c46ad 100644 --- a/src/client/app/auth/script.ts +++ b/src/client/app/auth/script.ts @@ -20,6 +20,7 @@ init(launch => { // Init router const router = new VueRouter({ mode: 'history', + base: '/auth/', routes: [ { path: '/:token', component: Index }, ] |