Skip to content

Commit

Permalink
Merge pull request #121 from IEEEUCSC/main
Browse files Browse the repository at this point in the history
Change schema name
  • Loading branch information
Udeesha-Prabhashana authored Feb 2, 2024
2 parents 3162a84 + 276b706 commit a5e223b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/Model/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ const sessionSchema = new mongoose.Schema({
// year: string;
// }

export default mongoose.model('AppDesginSession', sessionSchema);
export default mongoose.model('workshop2', sessionSchema);
2 changes: 1 addition & 1 deletion frontend/src/Components/Registration/Registration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function Registration() {
<div className="site-section local-bootstrap reg-section">

<div className="container">
<h1 className='py-2'> Register for the Mobile App Designing Session </h1>
<h1 className='py-2'> Register for the Introduction to Flutter Session </h1>


<div className="row">
Expand Down

0 comments on commit a5e223b

Please sign in to comment.