MergeMinds / mm-backend

3 stars 1 forks source link

Remove `Result<>` from handlers #4

Open nrydanov opened 6 months ago

nrydanov commented 6 months ago

Currently, some/all handlers return Result<> value, which sometimes creates problems. Need to return HTTPResponse directly, without Result<> container

evgenymng commented 4 weeks ago

What are the problems in mind here? Please, elaborate.