mirror of
https://github.com/safing/portbase
synced 2025-09-10 15:34:26 +00:00
Remove unused middlewares and fix linter errors
This commit is contained in:
parent
7dd62276af
commit
afdb367ada
7 changed files with 5 additions and 73 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue