Skip to content

Commit

Permalink
Merge pull request #39 from advanced-computer-lab-2023/task-10,16,17,…
Browse files Browse the repository at this point in the history
…51_FrontAndBack

Task 10,16,17,51 front and back
  • Loading branch information
3laaHisham authored Nov 14, 2023
2 parents 4963b0d + 30dd3fc commit c339c60
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/src/layouts/dashboard/common/account-popover.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ export default function AccountPopover() {
</Popover>
</>
);
}
}
2 changes: 1 addition & 1 deletion client/src/routes/sections.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function Router() {
{ path: 'products', element: <ProductsPage /> },
{ path: 'blog', element: <BlogPage /> },
{ path: 'doctors', element: <DoctorsPage /> },
{ path: 'reset-password', element: <ResetPage /> },
{ path: '/upload-document', element: <DoctorDocumentUploadPage /> },
{ path: '/medical-history', element: <MedicalHistoryPage /> },
{ path: 'requests-list', element: <RequestsListPage /> },
Expand Down
1 change: 0 additions & 1 deletion client/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react-swc';
import checker from 'vite-plugin-checker';
import dns from 'dns';
import dns from 'dns';

// ----------------------------------------------------------------------

Expand Down
6 changes: 5 additions & 1 deletion server/src/routes/me.route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ import {
viewWallet,
getHealthPackage,
cancelSubscribtion,
subscribe
subscribe,
scheduleFollowUp,
addSlots,
viewContract,
acceptContract
} from '../services';

const router = express.Router();
Expand Down

0 comments on commit c339c60

Please sign in to comment.