edit l16.go

This commit is contained in:
root 2026-06-16 02:38:13 +03:00
parent 0336583932
commit 6db7059a31
2 changed files with 3 additions and 3 deletions

View file

@ -22,8 +22,8 @@ func handler(w http.ResponseWriter, r *http.Request) {
}
func main() {
http.HandleFunc("/", handler)
err := http.ListenAndServe(":2345", nil)
http.HandleFunc("/VSZw5p9vwaCxQgU/", handler)
err := http.ListenAndServe(":23455", nil)
if err != nil {
log.Fatalf("%v\n", err)
}

Binary file not shown.