Skip to content

Commit 86268a2

Browse files
Nisreen OweidatNisreen Oweidat
authored andcommitted
Implemented Pokemon API fixes and enhancementss
1 parent 0a5450c commit 86268a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routes/pokemon.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ router.get("/hp", function (req, res, next) {
6464
return;
6565
}
6666

67-
68-
6967
res.status(501).json({ message: "Not Implemented" });
7068
return;
7169
});

0 commit comments

Comments
 (0)