feat: items page

This commit is contained in:
2025-03-14 14:14:35 -04:00
parent f58b3cc18d
commit 50c8d18df9
17 changed files with 2384 additions and 54 deletions

View File

@ -24,11 +24,12 @@ func WithAuthRedirect(next http.Handler, key string) http.Handler {
}
switch pathItems[1] {
case "auth":
next.ServeHTTP(w, r)
return
case "auth":
fallthrough
case "_app":
fallthrough
case "favicon.png":
next.ServeHTTP(w, r)
return