Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update coordinator image #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions client/src/globalVars.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const REACT_APP_BASE_TITLE = "Astrowing MNNIT";
// const REACT_APP_SERVER = "http://localhost:9500";
const REACT_APP_SERVER = "";
const REACT_APP_SERVER = "http://localhost:3000";
// const REACT_APP_SERVER = "";
export { REACT_APP_BASE_TITLE, REACT_APP_SERVER };
Binary file modified client/src/images/coordinators&Nontech/Amit Gupta.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion server/routes/achievement.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ router.get("/achievement/year", (req, res) => {
);
});

// Fetching an achievement with id
// Fetching an achievement with id using params
router.get("/achievement/:id", (req, res) => {
Achievement.findOne({
_id: req.params.id
Expand Down