Skip to content

Commit fdf06e8

Browse files
committed
1 parent 0f35faa commit fdf06e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

filippo.fly.dev/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ func handler() http.Handler {
6161
"https://buy.stripe.com/8wM4iufSY6q62as9AA", http.StatusFound))
6262
mux.Handle("geomys.org/fips140/essential/manage", http.RedirectHandler(
6363
"https://billing.stripe.com/p/login/8x29AU94R96B96dgeR2cg00", http.StatusFound))
64+
mux.Handle("geomys.org/standard-of-care", http.RedirectHandler(
65+
"https://github.com/geomys/standard-of-care", http.StatusFound))
6466

6567
mux.Handle("age-encryption.org/{$}", http.RedirectHandler("https://github.com/FiloSottile/age", http.StatusFound))
6668

0 commit comments

Comments
 (0)