mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-19 00:26:41 +08:00
fix: incorrect root path of initial storage for dev mode
This commit is contained in:
@@ -17,7 +17,7 @@ func initDevData() {
|
|||||||
Order: 0,
|
Order: 0,
|
||||||
Driver: "Local",
|
Driver: "Local",
|
||||||
Status: "",
|
Status: "",
|
||||||
Addition: `{"root_folder":"."}`,
|
Addition: `{"root_folder_path":"."}`,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatalf("failed to create storage: %+v", err)
|
log.Fatalf("failed to create storage: %+v", err)
|
||||||
|
|||||||
Reference in New Issue
Block a user