tangled
alpha
login
or
join now
dzming.li
/
core
0
fork
atom
A vibe coded tangled fork which supports pijul.
0
fork
atom
overview
issues
pulls
pipelines
legit: usernames without @ prefix internally
Anirudh Oppiliappan
1 year ago
a314cee2
872512d4
+1
-1
1 changed file
expand all
collapse all
unified
split
legit
routes
routes.go
+1
-1
legit/routes/routes.go
reviewed
···
26
26
}
27
27
28
28
func (d *deps) Index(w http.ResponseWriter, r *http.Request) {
29
29
-
user := "@" + chi.URLParam(r, "user")
29
29
+
user := chi.URLParam(r, "user")
30
30
path := filepath.Join(d.c.Repo.ScanPath, user)
31
31
dirs, err := os.ReadDir(path)
32
32
if err != nil {