forked from green-fox-academy/jsa-bloodstone-app
-
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.
JSAB2-68 Test troops endpoint (green-fox-academy#13)
* JSAB2-68, test troops endpoint * JSAB2-68, test troops non-exist endpoint
- Loading branch information
1 parent
fa0229d
commit f77d273
Showing
6 changed files
with
648 additions
and
3 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 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 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 |
---|---|---|
|
@@ -18,3 +18,5 @@ app.use((err, req, res, next) => { | |
}); | ||
|
||
app.listen(PORT); | ||
|
||
module.exports = app; |
Oops, something went wrong.