ThomasMatlak / food

GNU Affero General Public License v3.0
0 stars 0 forks source link

use the request context #19

Closed ThomasMatlak closed 1 year ago

ThomasMatlak commented 1 year ago

Controllers can be simplified, and probably more correct, if they use the http.Request::Context, rather than creating a new context.Context, as they currently do.