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, 0 insertions, 1 deletions
diff --git a/handle_repo_raw.go b/handle_repo_raw.go
index d3ffe3e..7ed3842 100644
--- a/handle_repo_raw.go
+++ b/handle_repo_raw.go
@@ -11,7 +11,6 @@ import (
func handle_repo_raw(w http.ResponseWriter, r *http.Request) {
data := make(map[string]any)
- // TODO: Sanitize path values
raw_path_spec := r.PathValue("rest")
group_name, repo_name, path_spec := r.PathValue("group_name"), r.PathValue("repo_name"), strings.TrimSuffix(raw_path_spec, "/")