aboutsummaryrefslogtreecommitdiff
path: root/handle_repo_raw.go
diff options
context:
space:
mode:
Diffstat (limited to 'handle_repo_raw.go')
-rw-r--r--handle_repo_raw.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/handle_repo_raw.go b/handle_repo_raw.go
index 4cf7d1a..24b5794 100644
--- a/handle_repo_raw.go
+++ b/handle_repo_raw.go
@@ -11,6 +11,7 @@ import (
func handle_repo_raw(w http.ResponseWriter, r *http.Request, params map[string]string) {
data := make(map[string]any)
+ data["global"] = global_data
raw_path_spec := params["rest"]
group_name, repo_name, path_spec := params["group_name"], params["repo_name"], strings.TrimSuffix(raw_path_spec, "/")