bot commited on
Commit ·
1b464e5
1
Parent(s): 8641aff
chage callback path
Browse files- src/router/index.js +1 -1
src/router/index.js
CHANGED
|
@@ -9,7 +9,7 @@ const routes = [
|
|
| 9 |
component: Request
|
| 10 |
},
|
| 11 |
{
|
| 12 |
-
path: '/callback',
|
| 13 |
name: 'CallBack',
|
| 14 |
component: CallBack
|
| 15 |
}
|
|
|
|
| 9 |
component: Request
|
| 10 |
},
|
| 11 |
{
|
| 12 |
+
path: '/onedrive/callback',
|
| 13 |
name: 'CallBack',
|
| 14 |
component: CallBack
|
| 15 |
}
|