From 9b63327c0fe9a52761d6e6504425e7e664f3df2c Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sun, 17 Oct 2021 21:22:25 -0300 Subject: [PATCH] Arrumar checkboxes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b8313c..0076c7a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Os endpoints que já estão funcionando marcados: - [X] POST /trainer - [X] POST /trainer/authenticate - [X] GET /trainer/{trainerId} -- [] GET /trainer/{trainerId}/pokemon -- [] POST /trainer/{trainerId}/pokemon -- [] GET /trainer/{trainerId}/pokemon/{pokemonId} -- [] DELETE /trainer/{trainerId}/pokemon/{pokemonId} +- [ ] GET /trainer/{trainerId}/pokemon +- [ ] POST /trainer/{trainerId}/pokemon +- [ ] GET /trainer/{trainerId}/pokemon/{pokemonId} +- [ ] DELETE /trainer/{trainerId}/pokemon/{pokemonId}