dev (backend-http): request log

This commit is contained in:
ShiKhu 2021-10-22 15:58:16 +02:00
parent 91110489fb
commit 4821391af9

View file

@ -76,6 +76,9 @@ func main() {
return
}
log.Printf("Request: %v - %v ", r.Method, r.URL.Path)
switch r.URL.Path {
case "/":
w.WriteHeader(http.StatusOK)