mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
fix (middleware): broken build
This commit is contained in:
parent
3f933e08db
commit
18279dcb4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue