Atualiza arquivo inicial.pitu#91
Open
Joaolpridolficarvalho wants to merge 1 commit into
Open
Conversation
…ota GET simples que retorna "Olá mundo"
Coverage report
Test suite run success221 tests passing in 21 suites. Report generated by 🧪jest coverage report action from ed2cab9 |
|
|
||
| liquido.rotaGet(rota_get) | ||
| liquido.rotaPost(rota_post) No newline at end of file | ||
| @liquido.rotaGet("/") |
Contributor
There was a problem hiding this comment.
Há um mal-entendido sobre esse decorador. Ainda não existe suporte a ele na maneira com que isso foi escrito. Teríamos que criar uma convenção para desabilitar a convenção de rotas por diretório (como é hoje) pra daí sim ser viável escrever o arquivo desta forma. Vamos conversar fora daqui sobre isso.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Descrição
Esta PR tem como objetivo atualizar o arquivo
inicial.pitupara um exemplo mais simples e funcional.Alterações
inicial.pitupara um exemplo deOlá Mundomais simples e funcional.Ganhos
Com essa alteração, o arquivo
inicial.pituagora apresenta um exemplo mais direto e fácil de entender, facilitando a compreensão para novos usuários da API REST.Fix #86