migrate (name): change project name

This commit is contained in:
Mickael KERJEAN
2019-01-07 20:18:08 +11:00
parent 98e8a47781
commit a34b8b48e7
40 changed files with 87 additions and 87 deletions

View File

@ -2,8 +2,8 @@ package middleware
import (
"encoding/json"
. "github.com/mickael-kerjean/nuage/server/common"
"github.com/mickael-kerjean/nuage/server/model"
. "github.com/mickael-kerjean/filestash/server/common"
"github.com/mickael-kerjean/filestash/server/model"
"github.com/gorilla/mux"
"net/http"
"strings"