Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Manas2403 committed Jun 19, 2023
1 parent f5c9a53 commit 81eda4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/utils/API/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getLS, removeLS } from "../LocalStorage/index";
const API_URL =
process.env.NEXT_PUBLIC_ENVIORNMENT === "prod"
? "https://api.savemyform.tk"
: "http://localhost:8080";
: "https://dev-api.savemyform.tk";

const getAccessToken = () => {
return getLS("secret");
Expand Down

1 comment on commit 81eda4b

@vercel
Copy link

@vercel vercel bot commented on 81eda4b Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.