Skip to content

Commit

Permalink
Merge pull request #25 from dreampipcom/dev
Browse files Browse the repository at this point in the history
fix like
  • Loading branch information
angeloreale authored Aug 7, 2024
2 parents 80b8d9a + 1d4d662 commit 0555b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {

export const GetSession = async ({ cookies = '' }) => {
try {
const response = await fetch(`${process.env.AUTH_URL}/api/v1/auth/session`, {
const response = await fetch(`${process.env.MAIN_URL}/api/v1/auth/session`, {
method: 'GET',
headers: {
Accept: 'application/json',
Expand Down

0 comments on commit 0555b49

Please sign in to comment.