mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Updated some file paths
This commit is contained in:
@@ -30,8 +30,8 @@ func Start() {
|
|||||||
// port = defaultPort
|
// port = defaultPort
|
||||||
//}
|
//}
|
||||||
|
|
||||||
certsBox = packr.New("Cert Box", "../../certs")
|
certsBox = packr.New("Cert Box", "../certs")
|
||||||
uiBox = packr.New("UI Box", "../../ui/v1/dist/stash-frontend")
|
uiBox = packr.New("UI Box", "../ui/v1/dist/stash-frontend")
|
||||||
|
|
||||||
r := chi.NewRouter()
|
r := chi.NewRouter()
|
||||||
|
|
||||||
|
|||||||
20
gqlgen.yml
20
gqlgen.yml
@@ -6,27 +6,27 @@
|
|||||||
schema:
|
schema:
|
||||||
- schema/schema.graphql
|
- schema/schema.graphql
|
||||||
exec:
|
exec:
|
||||||
filename: internal/models/generated_exec.go
|
filename: models/generated_exec.go
|
||||||
model:
|
model:
|
||||||
filename: internal/models/generated_models.go
|
filename: models/generated_models.go
|
||||||
resolver:
|
resolver:
|
||||||
filename: internal/api/resolver.go
|
filename: api/resolver.go
|
||||||
type: Resolver
|
type: Resolver
|
||||||
|
|
||||||
struct_tag: gqlgen
|
struct_tag: gqlgen
|
||||||
|
|
||||||
models:
|
models:
|
||||||
Gallery:
|
Gallery:
|
||||||
model: github.com/stashapp/stash/internal/models.Gallery
|
model: github.com/stashapp/stash/models.Gallery
|
||||||
Performer:
|
Performer:
|
||||||
model: github.com/stashapp/stash/internal/models.Performer
|
model: github.com/stashapp/stash/models.Performer
|
||||||
Scene:
|
Scene:
|
||||||
model: github.com/stashapp/stash/internal/models.Scene
|
model: github.com/stashapp/stash/models.Scene
|
||||||
SceneMarker:
|
SceneMarker:
|
||||||
model: github.com/stashapp/stash/internal/models.SceneMarker
|
model: github.com/stashapp/stash/models.SceneMarker
|
||||||
ScrapedItem:
|
ScrapedItem:
|
||||||
model: github.com/stashapp/stash/internal/models.ScrapedItem
|
model: github.com/stashapp/stash/models.ScrapedItem
|
||||||
Studio:
|
Studio:
|
||||||
model: github.com/stashapp/stash/internal/models.Studio
|
model: github.com/stashapp/stash/models.Studio
|
||||||
Tag:
|
Tag:
|
||||||
model: github.com/stashapp/stash/internal/models.Tag
|
model: github.com/stashapp/stash/models.Tag
|
||||||
|
|||||||
@@ -11383,7 +11383,7 @@ func (ec *executionContext) introspectType(name string) (*introspection.Type, er
|
|||||||
}
|
}
|
||||||
|
|
||||||
var parsedSchema = gqlparser.MustLoadSchema(
|
var parsedSchema = gqlparser.MustLoadSchema(
|
||||||
&ast.Source{Name: "schema.graphql", Input: `#######################################
|
&ast.Source{Name: "schema/schema.graphql", Input: `#######################################
|
||||||
# Gallery
|
# Gallery
|
||||||
#######################################
|
#######################################
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user