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

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
Manas2403 committed Jun 6, 2023
1 parent 16d8744 commit 5b1df3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/utils/API/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +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';
: 'https://dev-api.savemyform.tk';

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

1 comment on commit 5b1df3a

@vercel
Copy link

@vercel vercel bot commented on 5b1df3a Jun 6, 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.