Commit 625c0c97 authored by Thiago Broges's avatar Thiago Broges

Muda o retorno de erro da rota /Login para NotFoundError

parent 58049c0a
...@@ -49,7 +49,7 @@ paths: ...@@ -49,7 +49,7 @@ paths:
type: string type: string
'422': '422':
$ref: >- $ref: >-
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/responses.yaml/#/UnprocessableEntityError https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/responses.yaml/#/NotFoundError
'500': '500':
$ref: >- $ref: >-
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/responses.yaml/#/InternalServerError https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/responses.yaml/#/InternalServerError
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment