Fix some stuff

This commit is contained in:
Henrique Dias
2017-07-06 08:52:39 +01:00
parent 1b6b7d1881
commit 2d5c1f05d8
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ func New(database string, base User) (*FileManager, error) {
// map and Assets box.
m := &FileManager{
Users: map[string]*User{},
assets: rice.MustFindBox("./_assets/dist"),
assets: rice.MustFindBox("./assets/dist"),
}
// Tries to open a database on the location provided. This