Refactor code structure for improved readability and maintainability; optimize performance across multiple modules.
All checks were successful
Deploy to production / deploy (push) Successful in 2m56s
All checks were successful
Deploy to production / deploy (push) Successful in 2m56s
This commit is contained in:
0
frontend/src/router/adminRoutes.js
Normal file → Executable file
0
frontend/src/router/adminRoutes.js
Normal file → Executable file
8
frontend/src/router/authRoutes.js
Normal file → Executable file
8
frontend/src/router/authRoutes.js
Normal file → Executable file
@@ -19,6 +19,14 @@ const authRoutes = [
|
||||
robots: 'noindex, nofollow'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/android/oauth/callback',
|
||||
name: 'Android OAuth callback fallback',
|
||||
component: OAuthCallbackView,
|
||||
meta: {
|
||||
robots: 'noindex, nofollow'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/auth/oauth/user/callback',
|
||||
name: 'OAuth user callback',
|
||||
|
||||
0
frontend/src/router/blogRoutes.js
Normal file → Executable file
0
frontend/src/router/blogRoutes.js
Normal file → Executable file
0
frontend/src/router/falukantRoutes.js
Normal file → Executable file
0
frontend/src/router/falukantRoutes.js
Normal file → Executable file
0
frontend/src/router/index.js
Normal file → Executable file
0
frontend/src/router/index.js
Normal file → Executable file
0
frontend/src/router/marketingRoutes.js
Normal file → Executable file
0
frontend/src/router/marketingRoutes.js
Normal file → Executable file
0
frontend/src/router/minigamesRoutes.js
Normal file → Executable file
0
frontend/src/router/minigamesRoutes.js
Normal file → Executable file
0
frontend/src/router/personalRoutes.js
Normal file → Executable file
0
frontend/src/router/personalRoutes.js
Normal file → Executable file
0
frontend/src/router/settingsRoutes.js
Normal file → Executable file
0
frontend/src/router/settingsRoutes.js
Normal file → Executable file
0
frontend/src/router/socialRoutes.js
Normal file → Executable file
0
frontend/src/router/socialRoutes.js
Normal file → Executable file
Reference in New Issue
Block a user