Skip to content

Commit

Permalink
🐛 corrigindo url lotacao
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandes-natanael committed Oct 25, 2023
1 parent 8adf675 commit 252fe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/api.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import axios from 'axios';

const API_URL = process.env.REACT_APP_API_URL;
const API_URL = "https://2023-2-print-go-user-service.vercel.app";
const API_PORT = process.env.REACT_APP_API_PORT;

export async function login(email, password) {
Expand Down

1 comment on commit 252fe5d

@vercel
Copy link

@vercel vercel bot commented on 252fe5d Oct 25, 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.