Updated some file paths

This commit is contained in:
Stash Dev
2019-02-09 19:02:24 -08:00
parent 59782a377f
commit 16ead91a05
4 changed files with 19 additions and 19 deletions

View File

@@ -30,8 +30,8 @@ func Start() {
// port = defaultPort
//}
certsBox = packr.New("Cert Box", "../../certs")
uiBox = packr.New("UI Box", "../../ui/v1/dist/stash-frontend")
certsBox = packr.New("Cert Box", "../certs")
uiBox = packr.New("UI Box", "../ui/v1/dist/stash-frontend")
r := chi.NewRouter()