diff --git a/backend/app/rest/api/middleware.go b/backend/app/rest/api/middleware.go index 59d53eac..2410dc6d 100644 --- a/backend/app/rest/api/middleware.go +++ b/backend/app/rest/api/middleware.go @@ -20,8 +20,6 @@ import ( // JSON is a map alias, just for convenience type JSON map[string]interface{} -type contextKey string - // AppInfo adds custom app-info to the response header func AppInfo(app string, version string) func(http.Handler) http.Handler { f := func(h http.Handler) http.Handler {