Remove hardcoded Accept
header
#266
Labels
good first issue
Good for newcomers
maintainance / not prio
Non user-critical change that improves the codebase
Milestone
In
mux.go
, Fuego automatically adds anAccept
header that handles Content-Negociation. But it would be better if it was declared as an option for every route inserver.go
, duringServer
creation (NewServer
)The text was updated successfully, but these errors were encountered: