Open nrydanov opened 6 months ago
Currently, some/all handlers return Result<> value, which sometimes creates problems. Need to return HTTPResponse directly, without Result<> container
Result<>
What are the problems in mind here? Please, elaborate.
Currently, some/all handlers return
Result<>
value, which sometimes creates problems. Need to return HTTPResponse directly, withoutResult<>
container