Skip to content

Commit 1deeef1

Browse files
committed
web/programs: Local programs to include /Users
1 parent 6f5d9a0 commit 1deeef1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

builtin-programs/web/programs.folk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Wish the web server handles route "/programs" with handler {
3232
"/home/*" {
3333
lappend cp $match
3434
}
35+
"/Users/*" {
36+
lappend cp $match
37+
}
3538
"web-program-*" {
3639
lappend wp $match
3740
}

0 commit comments

Comments
 (0)