Merge pull request #109 from WithoutPants/optional_performer_image

Generate performer checksum from name instead of image. Use default performer image
This commit is contained in:
Leopere
2019-10-24 15:35:26 -04:00
committed by GitHub
51 changed files with 75 additions and 16 deletions

View File

@@ -66,6 +66,8 @@ func Start() {
//legacyUiBox = packr.New("UI Box", "../../ui/v1/dist/stash-frontend")
setupUIBox = packr.New("Setup UI Box", "../../ui/setup")
initialiseImages()
r := chi.NewRouter()
r.Use(authenticateHandler())