mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Updated some file paths
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user