diff --git a/frontend/src/router.js b/frontend/src/router.js index 3152f196..e415ac72 100644 --- a/frontend/src/router.js +++ b/frontend/src/router.js @@ -4,7 +4,8 @@ import { sessionStore } from '@/stores/session' import { studentStore } from '@/stores/student' const routes = [ - { path: '/', redirect: '/schedule' }, + { path: '/', redirect: '/fees' }, + { path: '/student-portal', redirect: '/fees' }, { path: '/schedule', name: 'Schedule',