mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Cut over to v2.5 UI (#433)
* Cut over to v2.5 UI * Use node 12 in travis * Remove unnecessary `nvm use` * Update docker file
This commit is contained in:
@@ -65,7 +65,7 @@ func unauthorized(w http.ResponseWriter) {
|
||||
}
|
||||
|
||||
func Start() {
|
||||
uiBox = packr.New("UI Box", "../../ui/v2/build")
|
||||
uiBox = packr.New("UI Box", "../../ui/v2.5/build")
|
||||
//legacyUiBox = packr.New("UI Box", "../../ui/v1/dist/stash-frontend")
|
||||
setupUIBox = packr.New("Setup UI Box", "../../ui/setup")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user