fix (middleware): broken build

This commit is contained in:
Mickael Kerjean 2022-09-13 13:21:21 +10:00
parent 3f933e08db
commit 18279dcb4e

View file

@ -6,7 +6,7 @@ import (
"fmt"
"github.com/gorilla/mux"
. "github.com/mickael-kerjean/filestash/server/common"
. "github.com/mickael-kerjean/filestash/server/middleware"
"github.com/mickael-kerjean/filestash/server/middleware"
"github.com/mickael-kerjean/filestash/server/model"
"net/http"
"net/url"