KonstantinGasser / datalab

Bachelor Thesis Project
Apache License 2.0
0 stars 0 forks source link

All apis return a 200 no matter what happened ... 😨 #24

Closed KonstantinGasser closed 3 years ago

KonstantinGasser commented 3 years ago

Description

All apis return a 200 response even if call failed

Which services are affected?

service.api.bff

Concrete function / api-endpoint

*

want?

proper response code lol

have?

just 200 ?!

stack-trace :)?

nope

Fatality?!

[you're done]

KonstantinGasser commented 3 years ago

server method dealing with api responses used a static http.StatusOK. changed to dynamic