-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from fga-eps-mds/integrations
feat: create integration beteween another back-ends
- Loading branch information
Showing
4 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
VITE_API_BASE_URL=http://localhost:3000 | ||
VITE_API_BOOKS_URL=http://localhost:3001 | ||
VITE_API_RENTALS_URL=http://localhost:3003 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
VITE_API_BASE_URL=http://localhost:3000 | ||
VITE_API_BOOKS_URL=http://localhost:3001 | ||
VITE_API_RENTALS_URL=http://localhost:3003 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
export const API_BASE_URL = import.meta.env.VITE_API_BASE_URL; | ||
export const API_BOOKS_URL = import.meta.env.VITE_API_BOOKS_URL; | ||
export const API_RENTALS_URL = import.meta.env.VITE_API_RENTALS_URL; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters