Skip to content

Commit

Permalink
Merge pull request #253 from SrijanSriv/dev
Browse files Browse the repository at this point in the history
fixed events
  • Loading branch information
SrijanSriv authored Feb 12, 2022
2 parents e950205 + c7c05b8 commit 294641b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Admin/event/EventManage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const EventManage = () => {

useEffect(() => {
axios
.get(`${process.env.REACT_APP_API || ''}/event/all`)
.get(`${process.env.REACT_APP_API || ''}/event`)
.then((res) => {
fillEvents([...res.data.result]);
updateLoadStatus({ message: "Loaded" });
Expand Down

0 comments on commit 294641b

Please sign in to comment.