diff --git a/internal/app/xhttp/pkg/context/context.go b/internal/app/xhttp/pkg/context/context.go index b0ddb7c4..dee4d670 100644 --- a/internal/app/xhttp/pkg/context/context.go +++ b/internal/app/xhttp/pkg/context/context.go @@ -4,11 +4,11 @@ import ( "fmt" "io" "net/http" + "path/filepath" "reflect" "strconv" "strings" "time" - "path/filepath" "github.com/labstack/echo/v4" "github.com/thecodingmachine/gotenberg/internal/app/xhttp/pkg/resource"