Just testing the webhook
This commit is contained in:
parent
a085ebf6f0
commit
93c336c40c
2
main.go
2
main.go
|
@ -21,7 +21,7 @@ func main() {
|
|||
r := http.NewServeMux()
|
||||
r.Handle("media.lmika.org/", redirectTo("https://pub-d9610a73a30e4060aaf007864420dd0f.r2.dev"))
|
||||
r.Handle("folio.red/", redirectToJust("https://lmika.org/categories/old-projects/"))
|
||||
r.Handle("workpad.net/", redirectToJust("https://lmika.org/categories/workpad"))
|
||||
r.Handle("workpad.net/", redirectToJust("https://lmika.org/categories/workpad/"))
|
||||
|
||||
svr := http.Server{
|
||||
Addr: fmt.Sprintf(":%v", port),
|
||||
|
|
Loading…
Reference in a new issue