| Index: milo/frontend/config.go
|
| diff --git a/milo/appengine/frontend/config.go b/milo/frontend/config.go
|
| similarity index 97%
|
| rename from milo/appengine/frontend/config.go
|
| rename to milo/frontend/config.go
|
| index 7a6476cb5df4adb19c61014ab9f852d921423951..5f09ac28ed2dda7bf8251655462af8e3fff6291a 100644
|
| --- a/milo/appengine/frontend/config.go
|
| +++ b/milo/frontend/config.go
|
| @@ -10,7 +10,7 @@ import (
|
| "cloud.google.com/go/datastore"
|
|
|
| "github.com/luci/luci-go/common/logging"
|
| - "github.com/luci/luci-go/milo/appengine/common"
|
| + "github.com/luci/luci-go/milo/common"
|
| "github.com/luci/luci-go/server/router"
|
| "github.com/luci/luci-go/server/templates"
|
| )
|
|
|