Remove unused middlewares and fix linter errors

This commit is contained in:
Daniel 2021-01-28 16:50:23 +01:00
parent 7dd62276af
commit afdb367ada
7 changed files with 5 additions and 73 deletions

View file

@ -70,7 +70,7 @@ type (
RecordFunc func(ar *Request) (r record.Record, err error)
)
// MIME Types
// MIME Types.
const (
MimeTypeJSON string = "application/json"
MimeTypeText string = "text/plain"