Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/serving/lookup_path.go')
-rw-r--r--internal/serving/lookup_path.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/serving/lookup_path.go b/internal/serving/lookup_path.go
index 6a283b6e..2a4ed218 100644
--- a/internal/serving/lookup_path.go
+++ b/internal/serving/lookup_path.go
@@ -11,4 +11,5 @@ type LookupPath struct {
HasAccessControl bool
ProjectID uint64
UniqueHost string
+ RootDirectory string
}