Skip to content

Commit

Permalink
update: secured route added
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh7i committed Dec 29, 2023
1 parent f58dc69 commit 9376fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/chakra-client/src/layouts/HomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export default function HomePage() {

useEffect(() => {
const getUser = () => {
fetch("http://socbackend.centralindia.cloudapp.azure.com/auth/login/success", {
fetch("https://socbackend.centralindia.cloudapp.azure.com/auth/login/success", {
method: "GET",
credentials: "include",
headers: {
Expand Down

0 comments on commit 9376fab

Please sign in to comment.