-
-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: build and test mobile API (#1217)
* fix: build and test mobile API * chore: remove env file print command Co-authored-by: Sem Bauke <[email protected]> --------- Co-authored-by: Sem Bauke <[email protected]>
- Loading branch information
1 parent
554f2fc
commit 76f4195
Showing
4 changed files
with
21 additions
and
35 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
This file was deleted.
Oops, something went wrong.
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,2 +1,2 @@ | ||
MONGODB_URL="mongodb://localhost:27017/mobile-api" | ||
DEV_URL="https://api.mobile.freecodecamp.dev" | ||
MONGODB_URL=mongodb://localhost:27017/mobile-api | ||
DEV_URL=http://localhost:3000 |
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