Skip to content

Commit

Permalink
Merge pull request #162 from agiledev-students-fall2023/removeMongoos…
Browse files Browse the repository at this point in the history
…eInFrontend

removed mongoose from frontend
  • Loading branch information
aleong2002 authored Dec 6, 2023
2 parents 158351a + b917166 commit 9b91a33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion back-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"mongo": "^0.1.0",
"mongoose": "^8.0.1",
"mongoose": "^8.0.2",
"morgan": "^1.10.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1"
Expand Down
1 change: 0 additions & 1 deletion front-end/src/components/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Link, useNavigate, Navigate } from "react-router-dom";
import axios from "axios";
import "../css/Settings.css";
import Nav from "./Nav";
import { set } from "mongoose";

function Settings() {
const [username, setUsername] = useState("");
Expand Down

0 comments on commit 9b91a33

Please sign in to comment.