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

Binary file not shown.