refactor: changed where index.html is created
This commit is contained in:
parent
23d43061fb
commit
224df9ef7a
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ const (
|
|||
RELPATH_PROFILES = "/profiles"
|
||||
RELPATH_DATA = "/data"
|
||||
RELPATH_METADATA = "/.makeshift"
|
||||
RELPATH_HELP = RELPATH_DATA + "/index.html"
|
||||
RELPATH_HELP = RELPATH_DATA + "/www/index.html"
|
||||
RELPATH_PROFILE = RELPATH_PROFILES + "/default.json"
|
||||
|
||||
PATH_CONFIG = "$HOME/.config/makeshift/config.yaml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue