LPX55 commited on
Commit
824a418
·
verified ·
1 Parent(s): 2f9accb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ config = {
88
  "libre_office_support": False, # Invoke Libre Office documents for editing using WebDAV
89
  # The path to the directory that contains template.html and associated assets.
90
  # The default is the htdocs directory within the dir_browser directory.
91
- "htdocs_path": "/home/user/app/dir_browser",
92
  },
93
  }
94
 
 
88
  "libre_office_support": False, # Invoke Libre Office documents for editing using WebDAV
89
  # The path to the directory that contains template.html and associated assets.
90
  # The default is the htdocs directory within the dir_browser directory.
91
+ "htdocs_path": "/home/user/app/dir_browser/htdocs",
92
  },
93
  }
94