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